Ignore inapplicable CVE in python

This commit is contained in:
Kovid Goyal 2026-03-25 20:21:50 +05:30
parent bc6c818a18
commit 2070699dfb
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -191,6 +191,7 @@ IGNORED_DEPENDENCY_CVES = [
'CVE-2026-2297',
'CVE-2026-3644',
'CVE-2026-4224', # expat parser unused
'CVE-2026-4519', # webbrowser() unused
# libtiff
'CVE-2025-8851', # this is erroneously marked as fixed in the database but no release of libtiff has been made with the fix
# hyphen