From 0267a02bb31a89cf3abb42ee4eaa71e0643aef1b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 3 Feb 2026 14:48:30 +0530 Subject: [PATCH] Ignore irrelevant python stdlib CVE --- .github/workflows/ci.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.py b/.github/workflows/ci.py index 1151ace8a..b861f8bba 100644 --- a/.github/workflows/ci.py +++ b/.github/workflows/ci.py @@ -215,6 +215,7 @@ IGNORED_DEPENDENCY_CVES = [ 'CVE-2025-13837', # DoS in plistlib reading plist. We only use plistlib for writing # python stdlib all these are erroneously marked as fixed in python 3.15 # when it hasnt even been released. Sigh. + 'CVE-2026-1299', 'CVE-2026-0865', 'CVE-2025-15282', 'CVE-2026-0672',