From 2070699dfb329be221863207b5437e8d38657a24 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 25 Mar 2026 20:21:50 +0530 Subject: [PATCH] Ignore inapplicable CVE in python --- setup/unix-ci.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/unix-ci.py b/setup/unix-ci.py index 8c029764d8..32fa96d2de 100644 --- a/setup/unix-ci.py +++ b/setup/unix-ci.py @@ -191,6 +191,7 @@ IGNORED_DEPENDENCY_CVES = [ 'CVE-2026-2297', 'CVE-2026-3644', 'CVE-2026-4224', # expat parser unused + 'CVE-2026-4519', # webbrowser() unused # 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