Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/+dependabot-security-bumps.security.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bumped `asyncssh` (2.23.1), `cryptography` (49.0.0), `idna` (3.18), `pytest` (9.1.0), and `starlette` (1.3.1) in the Python lockfile to clear five moderate Dependabot advisories: AsyncSSH `AuthorizedKeysFile %u` path traversal (GHSA-g794-3fmp-753h), cryptography non-contiguous-buffer overflow (GHSA-p423-j2cm-9vmq), idna `encode()` CVE-2024-3651 bypass (GHSA-65pc-fj4g-8rjx), pytest tmpdir handling (GHSA-6w46-j5rx-g56g), and Starlette missing Host-header validation (GHSA-86qp-5c8j-p5mr). The directly-declared floors for `cryptography`, `asyncssh`, and `pytest` were raised to their patched versions to prevent regression.
6 changes: 3 additions & 3 deletions implementations/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ dependencies = [
"pydantic>=2.0.0",
"rich>=13.0.0",
"PyYAML>=6.0",
"cryptography>=45.0.0",
"cryptography>=46.0.7",
"fastapi>=0.115.0",
"uvicorn[standard]>=0.34.0",
"sse-starlette>=2.0.0",
"asyncssh>=2.17.0",
"asyncssh>=2.23.0",
"mcp>=1.0.0",
"packaging>=23.0",
]

[project.optional-dependencies]
dev = [
"pytest>=8.0.0",
"pytest>=9.0.3",
"pytest-mock>=3.12.0",
"coverage>=7.0.0",
"httpx>=0.27.0",
Expand Down
Loading
Loading