Ignore CVE that does not apply
This commit is contained in:
parent
e9bc125965
commit
dfeef6df83
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.py
vendored
1
.github/workflows/ci.py
vendored
|
|
@ -207,6 +207,7 @@ def install_grype() -> str:
|
|||
# Python stdlib
|
||||
'CVE-2025-8194', # DoS in tarfile
|
||||
'CVE-2025-6069', # DoS in HTMLParser
|
||||
'CVE-2025-4056', # Only affects Windows, on which we dont run
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue