mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-12-08 22:25:01 -05:00
Bump version of deps for CVEs
This commit is contained in:
parent
9680ef23fe
commit
74bd44574f
@ -509,12 +509,12 @@
|
||||
},
|
||||
|
||||
{
|
||||
"name": "nodejs 20.19.2",
|
||||
"name": "nodejs 20.19.4",
|
||||
"type": "build",
|
||||
"comment": "Needed for building Qt WebEngine",
|
||||
"os": "macos,linux",
|
||||
"unix": {
|
||||
"hash": "sha256:045deaf3179e85ddd871e925f39b04214f37c7d16b6980fab2f061d6739d8207",
|
||||
"hash": "sha256:a87cf69f4df8deece34165ebf668e3279e12352c4f077a9cc87641f4c9d21a96",
|
||||
"urls": ["https://github.com/nodejs/node/archive/refs/tags/v{version}.{file_extension}"]
|
||||
}
|
||||
},
|
||||
|
||||
@ -168,7 +168,13 @@ IGNORED_DEPENDENCY_CVES = [
|
||||
'CVE-2025-8194', # DoS in tarfile
|
||||
'CVE-2025-6069', # DoS in HTMLParser
|
||||
# glib
|
||||
'CVE-2025-4056', # Only affects Windows, on which we dont run
|
||||
'CVE-2025-4056', # Only affects Windows, on which we dont use glib
|
||||
# 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
|
||||
'CVE-2017-1000376', # false match in the database
|
||||
# espeak
|
||||
'CVE-2023-4990', # false match because we currently build with a specific commit pending release of espeak 1.53
|
||||
]
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user