mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-04-11 11:41:59 -04:00
Ignore CVEs in nodejs used only for building webengine
This commit is contained in:
parent
9e05bb1f69
commit
d8a4b09b4a
@ -192,6 +192,13 @@ IGNORED_DEPENDENCY_CVES = [
|
||||
'CVE-2026-3644',
|
||||
'CVE-2026-4224', # expat parser unused
|
||||
'CVE-2026-4519', # webbrowser() unused
|
||||
# nodejs used only at build time CVEs are irrelevant
|
||||
'CVE-2026-21710',
|
||||
'CVE-2026-21717',
|
||||
'CVE-2026-21714',
|
||||
'CVE-2026-21713',
|
||||
'CVE-2026-21715',
|
||||
'CVE-2026-21716',
|
||||
# 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