Skip to content

Commit 6e2dd61

Browse files
authored
Merge branch 'main' into fix-notice-error-logic
2 parents 2667fbf + f8b4068 commit 6e2dd61

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)