mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
Fix spurious CVE in dep detection
This commit is contained in:
parent
4c0c5c01f2
commit
0bfcffbaed
1 changed files with 2 additions and 0 deletions
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
|
||||
# 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
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue