mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Ignore inapplicable CVE in python stdlib
This commit is contained in:
parent
0d0ee5474d
commit
e342f5ffab
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.py
vendored
3
.github/workflows/ci.py
vendored
|
|
@ -211,7 +211,8 @@ IGNORED_DEPENDENCY_CVES = [
|
|||
'CVE-2025-8194', # DoS in tarfile
|
||||
'CVE-2025-6069', # DoS in HTMLParser
|
||||
'CVE-2025-13836', # DoS in http client reading from malicious server
|
||||
'CVE-2025-12084', # DoS in xml.dom.minidom unused in kitty
|
||||
'CVE-2025-12084', # DoS in xml.dom.minidom unused in kitty
|
||||
'CVE-2025-13837', # DoS in plistlib reading plist. We only use plistlib for writing
|
||||
# glib
|
||||
'CVE-2025-4056', # Only affects Windows, on which we dont run
|
||||
# github.com/nwaples/rardecode/v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue