We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2667fbf + f8b4068 commit 6e2dd61Copy full SHA for 6e2dd61
.github/.trivyignore
@@ -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
10
# =======================
11
# Ignored Vulnerabilities
12
13
-# Accepting risk due to Python 3.8 support.
-CVE-2025-50181
-
14
# Not relevant, only affects Pyodide
15
CVE-2025-50182
0 commit comments