Skip to content

Commit 41c94c4

Browse files
eoinfennessymattf
andauthored
fix: constrain starlette to >=1.0.1 (CVE-2026-48710) (#5977)
GHSA-86qp-5c8j-p5mr <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/ogx-ai/ogx/pull/5977" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open in Devin Review"> </picture> </a> <!-- devin-review-badge-end --> --------- Signed-off-by: Eoin Fennessy <efenness@redhat.com> Co-authored-by: Matthew Farrellee <matt@cs.wisc.edu>
1 parent be260b4 commit 41c94c4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ constraint-dependencies = [
2424
"python-socketio>=5.14.0", # CVE-2025-61765: RCE via pickle deserialization
2525
"requests>=2.34.2",
2626
"setuptools<81", # milvus-lite imports pkg_resources; setuptools 81+ removes it
27-
"starlette>=0.49.1",
27+
"starlette>=1.0.1", # CVE-2026-48710
2828
"tornado>=6.5.5",
2929
"urllib3>=2.7.0",
3030
"transformers>=4.57.2,<5.0.0", # CVE-2026-1839 fix only in 5.x; ogx doesn't use Trainer; 5.x breaks HybridCache imports

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)