Ignore CVE that does not apply

This commit is contained in:
Kovid Goyal 2025-09-20 10:06:30 +05:30
parent e9bc125965
commit dfeef6df83
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -207,6 +207,7 @@ IGNORED_DEPENDENCY_CVES = [
# Python stdlib
'CVE-2025-8194', # DoS in tarfile
'CVE-2025-6069', # DoS in HTMLParser
'CVE-2025-4056', # Only affects Windows, on which we dont run
]