mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
chore: change CVE example to official sample (#1028)
CVE-2017-41432 is not a valid ID but in theory could be one day. Changed it to CVE-2014-54321 which is one of a number sample IDs used during the Syntax change in 2013/2014. References: cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-54321 cve.mitre.org/data/board/archives/2013-04/msg00000.html Co-authored-by: Jericho <3095424+attritionorg@users.noreply.github.com>
This commit is contained in:
parent
36c4604383
commit
cdb8f3fa45
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ ignore:
|
|||
location: "/usr/local/lib/node_modules/**"
|
||||
|
||||
# We can make rules to match just by vulnerability ID:
|
||||
- vulnerability: CVE-2017-41432
|
||||
- vulnerability: CVE-2014-54321
|
||||
|
||||
# ...or just by a single package field:
|
||||
- package:
|
||||
|
|
Loading…
Reference in a new issue