v0.22.2
Release Notes
Another day, another release. These are the release notes for the version v0.22.2
.
This release introduces a new argument in both vulnerability exception resources, inside vulnerability_criteria
named fixable_vuln
, this new argument is of type string
and it solves the tristate boolean issue reported at
#339.
The (tres) states are:
"false"
(Yes! A string with valuefalse
) - Constraints the exception by non-fixable vulnerabilities"true"
(A string with valuetrue
) - Constraints the exception by fixable vulnerabilities""
(empty string) - Do not filter by fixable or non-fixable vulnerability
Note that we deprecated the previous boolean argument fixable
and it will be removed on version v1.0
.