Skip to content

WIP: Update script to be able to ignore CVEs by file

Dustin Collins requested to merge whitelist-cves into master

Ignore file is a text file passed in as an optional second parameter, with one CVE on each line. Comments are allowed.

Example:

.cveignore

# This is why we whitelisted this
CVE-2019-15548
# This is why we whitelisted that
CVE-2019-10192
Edited by Dustin Collins

Merge request reports