2 parents e0bb521 + c007c44 commit 87930d4Copy full SHA for 87930d4
2 files changed
netops-mcp-server/pyproject.toml
@@ -7,8 +7,9 @@ requires-python = ">=3.10"
7
dependencies = [
8
"fastmcp>=3.4.2",
9
"pyjwt>=2.12.0", # GHSA: override transitive PyJWT (crit header); Dependabot alert #1
10
- "cryptography>=49.0.0", # CVE-2026-39892, CVE-2026-34073 (transitive via paramiko / PyJWT crypto)
+ "cryptography>=50.0.0", # CVE-2026-69247 and prior crypto CVEs (transitive via paramiko / PyJWT)
11
"python-multipart>=0.0.32", # CVE-2026-40347 (transitive via Starlette/FastMCP)
12
+ "starlette>=1.3.1", # CVE-2026-54283, CVE-2026-48818 (transitive via FastMCP / sse-starlette)
13
"pygments>=2.20.0", # CVE-2026-4539 (transitive via pytest rich output)
14
"httpx>=0.24",
15
"requests>=2.34.2",
0 commit comments