We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related to issue#26, we noticed a false-positive while auditing our configs between environments.
It was for this rule { "root[53]['detections'][0]": { "name": "CVE-2022-42889", "enabled": true, "fields": [] } }
where the report showed it was missing in env1 and present in env2 but it was present in both
env1
env2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Related to issue#26, we noticed a false-positive while auditing our configs between environments.
It was for this rule
{
"root[53]['detections'][0]": {
"name": "CVE-2022-42889",
"enabled": true,
"fields": []
}
}
where the report showed it was missing in
env1
and present inenv2
but it was present in bothThe text was updated successfully, but these errors were encountered: