mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Ignore CVE that's not an actual issue
This commit is contained in:
parent
6b2a8b6a65
commit
1106ee8d10
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.py
vendored
1
.github/workflows/ci.py
vendored
|
|
@ -224,6 +224,7 @@ IGNORED_DEPENDENCY_CVES = [
|
|||
'CVE-2025-15367',
|
||||
'CVE-2025-12781',
|
||||
'CVE-2025-11468',
|
||||
'CVE-2026-2297',
|
||||
# github.com/nwaples/rardecode/v2
|
||||
'CVE-2025-11579', # rardecode is version 2.2.1, not vulnerable
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue