mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Ignore CVE that's not an actual issue
This commit is contained in:
1
.github/workflows/ci.py
vendored
1
.github/workflows/ci.py
vendored
@@ -224,6 +224,7 @@ IGNORED_DEPENDENCY_CVES = [
|
|||||||
'CVE-2025-15367',
|
'CVE-2025-15367',
|
||||||
'CVE-2025-12781',
|
'CVE-2025-12781',
|
||||||
'CVE-2025-11468',
|
'CVE-2025-11468',
|
||||||
|
'CVE-2026-2297',
|
||||||
# github.com/nwaples/rardecode/v2
|
# github.com/nwaples/rardecode/v2
|
||||||
'CVE-2025-11579', # rardecode is version 2.2.1, not vulnerable
|
'CVE-2025-11579', # rardecode is version 2.2.1, not vulnerable
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user