cve-allowlist
cve-allowlist clear
Clear the current CVE allowlist of all CVEs, and optionally all metadata as well.
Options
--full
Also clear the allowlist of all metadata (such as project ID, expiration, etc).
Type: boolean
(flag)
Default: False
cve-allowlist get
Get the current CVE allowlist.
cve-allowlist update
Add/remove CVE IDs to the CVE allowlist.
Options
--cve
<CVES,[CVES...]>
CVE IDs to add/remove. Can be a comma-separated list, or specified multiple times.
Separate multiple values with commas, or use --cve
multiple times.
Type: text
Default: []
--remove
Remove the given CVE IDs from the allowlist instead of adding them.
Type: boolean
(flag)
Default: False