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
4 changes: 2 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ dependencies = [
"psycopg2-binary==2.9.9",
"python-dotenv==1.2.2",
"python-magic==0.4.27", # For file upload/download
"python-socketio==5.9.0", # For log_events
"python-socketio==5.16.2", # For log_events

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[blocking] This bumps python-socketio to 5.16.2, but GHSA-g8c6-8fjj-2r4m / CVE-2026-48804 (memory-exhaustion DoS via unbounded binary-attachment buffering in multi-server Socket.IO deployments) was published 2026-08-11 and is fixed only in 5.16.4. 5.16.2 is still in the vulnerable range. Suggest pinning python-socketio>=5.16.4 and re-running uv lock here and in backend/uv.lock.

"social-auth-app-django==5.3.0", # For OAuth
"social-auth-core==4.4.2", # For OAuth
"azure-identity==1.16.0",
"azure-identity==1.16.1",
"azure-mgmt-apimanagement==3.0.0",
"croniter>=3.0.3",
"django-filter>=24.3",
Expand Down
76 changes: 41 additions & 35 deletions backend/uv.lock

Large diffs are not rendered by default.

54 changes: 30 additions & 24 deletions platform-service/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading