Skip to main content
Version: v0.36.0

fix-available

All vulnerabilities should be fixed if a patch exists.

ProviderLevelTags
cveWarningsecurity

Parameters

NameDefault ValueDescription
max_count0n/a

Messages

TypeMessage
PassAll vulnerabilities with available fixes have been patched.
FailImage has ${results.cve.fixed_count} vulnerabilities with available fixes.

Playbook Example

rules:
- provider: cve
criterion: fix-available
options:
max_count: 0

Condition

{
"<=": [
{
"var": "results.cve.fixed_count"
},
{
"var": "criterion.params.max_count"
}
]
}