mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 14:34:52 +02:00
Fix spurious CVE in dep detection
This commit is contained in:
2
.github/workflows/ci.py
vendored
2
.github/workflows/ci.py
vendored
@@ -220,6 +220,8 @@ IGNORED_DEPENDENCY_CVES = [
|
|||||||
'CVE-2025-6069', # DoS in HTMLParser
|
'CVE-2025-6069', # DoS in HTMLParser
|
||||||
# glib
|
# glib
|
||||||
'CVE-2025-4056', # Only affects Windows, on which we dont run
|
'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
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user