diff --git a/setup/unix-ci.py b/setup/unix-ci.py index e84d598f20..21bcc296ec 100644 --- a/setup/unix-ci.py +++ b/setup/unix-ci.py @@ -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 ]