cvemap
cvemap copied to clipboard
Add CLI option to filter CWE IDs
CLI option to filter CVEs for given CWE ID.
-cwe, -cwe-id string[] cve to list for given cwe id
Example:
cvemap -l 30 -cwe 416
@Sim4n6 : Here is the command for it cvemap -l 30 -s "critical" -f "cwe" -q 'weaknesses.$.cwe_id:CWE-416'
perfect !