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
6 changes: 4 additions & 2 deletions aggregator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ dependencies = [
"httpx>=0.28.0",
"pydantic[email]>=2.10.0",
"pydantic-settings>=2.6.0",
"python-jose[cryptography]>=3.3.0",
"pyjwt>=2.0.0", # Replaced python-jose (unused, brought ecdsa vulnerability)
"sse-starlette>=2.2.0",
# Security pins for transitive dependencies
"starlette>=0.49.1", # CVE-2025-62727: O(n^2) DoS via Range header
]

[project.optional-dependencies]
Expand Down Expand Up @@ -87,5 +89,5 @@ disallow_untyped_defs = true
plugins = ["pydantic.mypy"]

[[tool.mypy.overrides]]
module = ["jose.*", "sse_starlette.*"]
module = ["sse_starlette.*"]
ignore_missing_imports = true
Loading
Loading