Skip to content

Commit 1a25905

Browse files
committed
fix: bump fastmcp, anthropic, aiohttp for Trivy CVEs
Pin indirect dependencies to fix code scanning alerts: - fastmcp>=3.2.0: CVE-2026-32871 (critical SSRF), CVE-2026-27124 (high) - anthropic>=0.87.0: CVE-2026-34452, CVE-2026-34450 - aiohttp>=3.13.4: CVE-2026-34525, CVE-2026-34516, CVE-2026-34515, CVE-2026-22815, and 6 low-severity CVEs Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com> Signed-off-by: Paolo Dettori <dettori@us.ibm.com>
1 parent ad8d3af commit 1a25905

2 files changed

Lines changed: 86 additions & 77 deletions

File tree

a2a/a2a_contact_extractor/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ dependencies = [
1414
"pyasn1>=0.6.3", # Indirect; prevents CVE-2026-30922
1515
"pydantic-ai>=1.56.0", # Indirect; prevents CVE-2026-25580
1616
"filelock>=3.20.1", # Indirect; prevents CVE-2025-68146
17+
"fastmcp>=3.2.0", # Indirect; prevents CVE-2026-32871 (critical), CVE-2026-27124 (high)
18+
"anthropic>=0.87.0", # Indirect; prevents CVE-2026-34452, CVE-2026-34450
19+
"aiohttp>=3.13.4", # Indirect; prevents CVE-2026-34525, CVE-2026-34516, CVE-2026-34515, CVE-2026-22815
1720
]
1821

1922
[tool.uv.sources]

0 commit comments

Comments
 (0)