CVE ID Based Filter
The inventory filter created with CVE ID allows searching hosts affected by a specific CVE.
To search for a host affected by a specific CVE, enter the CVE ID in the format: CVE-XXXX-XXXX

The following operations are supported:
-
=: Returns hosts with packages affected by a CVE ID.
-
≠: Returns hosts with packages not affected by a CVE ID.
-
contains: Returns hosts with packages affected by a CVE present in the input string (entering
cve
returns hosts affected by a CVE). -
doesn't contain: Returns hosts with packages not affected by a CVE present in the input string (entering
cve
returns hosts not affected by a CVE). -
matches: Returns hosts with packages affected by a CVE that matches the input string.