Skip to content
Open
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
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
# SECURITY: minimum versions per 2026-04-08 audit P0 CVEs.
# Bumping transitives to direct deps to enforce floor.
"Pillow>=12.1.1", # CVE-2026-25990 (banner upload)
"cryptography>=48.0.1", # GHSA-537c-gmf6-5ccf / CVE-2026-34180 (vulnerable OpenSSL in wheels)
"cryptography>=50.0.0", # GHSA-537c-gmf6-5ccf / CVE-2026-34180 (vulnerable OpenSSL in wheels)
"PyJWT>=2.13.0", # GHSA-xgmm/993g/w7vc/jq35/fhv5 (HS256 forgery, alg-allowlist bypass, SSRF, DoS)
"aiohttp>=3.14.1", # GHSA cluster (ws memory bypass, HTTP/1 pipeline DoS, CRLF, x-origin cookies)
"requests>=2.33.0", # CVE-2026-25645 (URL parsing)
Expand Down
Loading
Loading