Skip to content

Commit f8b4068

Browse files
authored
Update list of trivy ignored cves (#1610)
1 parent b7348dc commit f8b4068

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/.trivyignore

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
# =============================
2+
# Accepted Risk Vulnerabilities
3+
# =============================
4+
5+
# Accepting risk due to Python 3.8 support.
6+
CVE-2025-50181 # Requires misconfiguration of urllib3, which agent does not do without intervention
7+
CVE-2025-66418 # Malicious servers could cause high resource consumption
8+
CVE-2025-66471 # Malicious servers could cause high resource consumption
9+
110
# =======================
211
# Ignored Vulnerabilities
312
# =======================
413

5-
# Accepting risk due to Python 3.8 support.
6-
CVE-2025-50181
7-
814
# Not relevant, only affects Pyodide
915
CVE-2025-50182

0 commit comments

Comments
 (0)