mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
Ignore irrelevant python stdlib CVE
This commit is contained in:
parent
9b35c1b535
commit
0267a02bb3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.py
vendored
1
.github/workflows/ci.py
vendored
|
|
@ -215,6 +215,7 @@ IGNORED_DEPENDENCY_CVES = [
|
|||
'CVE-2025-13837', # DoS in plistlib reading plist. We only use plistlib for writing
|
||||
# python stdlib all these are erroneously marked as fixed in python 3.15
|
||||
# when it hasnt even been released. Sigh.
|
||||
'CVE-2026-1299',
|
||||
'CVE-2026-0865',
|
||||
'CVE-2025-15282',
|
||||
'CVE-2026-0672',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue