From 8ba2d0ada1381f40b28b4a682ff2b0f77d6caf57 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 27 Feb 2026 13:25:04 +0530 Subject: [PATCH] Ignore inapplicable CVEs in ffmpeg --- setup/unix-ci.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/unix-ci.py b/setup/unix-ci.py index c1302823f9..97605f3fce 100644 --- a/setup/unix-ci.py +++ b/setup/unix-ci.py @@ -200,6 +200,7 @@ IGNORED_DEPENDENCY_CVES = [ '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 + 'CVE-2025-12343', 'CVE-2025-10256', # DoS in video decoder unused in calibre ]