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

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
]