From 1106ee8d108959f513a0cdb2bf1b26dc4c350828 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 6 Mar 2026 13:46:07 +0530 Subject: [PATCH] Ignore CVE that's not an actual issue --- .github/workflows/ci.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.py b/.github/workflows/ci.py index a5167d72f..06c195568 100644 --- a/.github/workflows/ci.py +++ b/.github/workflows/ci.py @@ -224,6 +224,7 @@ def install_grype(exe: str = '/tmp/grype') -> str: 'CVE-2025-15367', 'CVE-2025-12781', 'CVE-2025-11468', + 'CVE-2026-2297', # github.com/nwaples/rardecode/v2 'CVE-2025-11579', # rardecode is version 2.2.1, not vulnerable ]