From 3383675bb2a0cbf14675907ad87fa5d176d4553e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 23 Sep 2025 16:15:34 +0530 Subject: [PATCH] ... --- .github/workflows/ci.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.py b/.github/workflows/ci.py index d4b01e727..ebf80d770 100644 --- a/.github/workflows/ci.py +++ b/.github/workflows/ci.py @@ -218,6 +218,7 @@ IGNORED_DEPENDENCY_CVES = [ # Python stdlib 'CVE-2025-8194', # DoS in tarfile 'CVE-2025-6069', # DoS in HTMLParser + # glib 'CVE-2025-4056', # Only affects Windows, on which we dont run ]