mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-04 21:15:24 -04:00
Ignore a couple of non-security related CVEs in ffmpeg
This commit is contained in:
@@ -198,6 +198,7 @@ IGNORED_DEPENDENCY_CVES = [
|
||||
'CVE-2025-59733', 'CVE-2025-59731', 'CVE-2025-59732', # OpenEXR image files, not supported by calibre
|
||||
'CVE-2025-59730', 'CVE-2025-59734', # SANM decoding unused by calibre
|
||||
'CVE-2025-59729', # DHAV files unused by calibre ad negligible security impact: https://issuetracker.google.com/issues/433513232
|
||||
'CVE-2025-25469', 'CVE-2025-25468', # memory leak, not a security issue
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user