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 @@ -22,7 +22,7 @@ dependencies = [
"Pillow>=12.1.1", # CVE-2026-25990 (banner upload)
"cryptography>=48.0.1", # 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)
"aiohttp>=3.14.3", # GHSA cluster (ws memory bypass, HTTP/1 pipeline DoS, CRLF, x-origin cookies)
"requests>=2.33.0", # CVE-2026-25645 (URL parsing)
# SECURITY: minimum versions per 2026-05-07 audit.
"python-dotenv>=1.2.2", # CVE-2026-28684 (transitive from pydantic-settings chain)
Expand Down
Loading
Loading