Fix spurious CVE in dep detection

This commit is contained in:
Kovid Goyal 2025-10-11 13:23:33 +05:30
parent 4c0c5c01f2
commit 0bfcffbaed
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -220,6 +220,8 @@ IGNORED_DEPENDENCY_CVES = [
'CVE-2025-6069', # DoS in HTMLParser
# glib
'CVE-2025-4056', # Only affects Windows, on which we dont run
# github.com/nwaples/rardecode/v2
'CVE-2025-11579', # rardecode not present in kitty go.sum
]