From 5e8ca630d4dd27e5eddc60e69a845e0ab0704966 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 14 Apr 2026 17:39:04 +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 f86d84eb8..a60c65635 100644 --- a/.github/workflows/ci.py +++ b/.github/workflows/ci.py @@ -228,6 +228,7 @@ IGNORED_DEPENDENCY_CVES = [ 'CVE-2026-3644', 'CVE-2026-4224', 'CVE-2026-4519', + 'CVE-2026-1502', # github.com/nwaples/rardecode/v2 'CVE-2025-11579', # rardecode is version 2.2.1, not vulnerable 'CVE-2026-2673', # openssl fix not released