mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-04-06 17:22:00 -04:00
Ignore inapplicable CVE in python
This commit is contained in:
parent
bc6c818a18
commit
2070699dfb
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user