From 0bfcffbaedcb9fbb528357f7a5a4e82d70f8e608 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 11 Oct 2025 13:23:33 +0530 Subject: [PATCH] Fix spurious CVE in dep detection --- .github/workflows/ci.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.py b/.github/workflows/ci.py index 6c1fe41dc..eff5c54bb 100644 --- a/.github/workflows/ci.py +++ b/.github/workflows/ci.py @@ -220,6 +220,8 @@ def install_grype() -> str: 'CVE-2025-6069', # DoS in HTMLParser # glib 'CVE-2025-4056', # Only affects Windows, on which we dont run + # github.com/nwaples/rardecode/v2 + 'CVE-2025-11579', # rardecode not present in kitty go.sum ]