Ignore CVE that's not an actual issue
This commit is contained in:
parent
6b2a8b6a65
commit
1106ee8d10
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.py
vendored
1
.github/workflows/ci.py
vendored
|
|
@ -224,6 +224,7 @@ def install_grype(exe: str = '/tmp/grype') -> str:
|
|||
'CVE-2025-15367',
|
||||
'CVE-2025-12781',
|
||||
'CVE-2025-11468',
|
||||
'CVE-2026-2297',
|
||||
# github.com/nwaples/rardecode/v2
|
||||
'CVE-2025-11579', # rardecode is version 2.2.1, not vulnerable
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue