Ignore CVE that's not an actual issue

This commit is contained in:
Kovid Goyal 2026-03-06 13:46:07 +05:30
parent 6b2a8b6a65
commit 1106ee8d10
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -224,6 +224,7 @@ IGNORED_DEPENDENCY_CVES = [
'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
]