Skip to content

Commit ff20ae6

Browse files
eoinfennessymattf
authored andcommitted
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> (cherry picked from commit 41c94c4) Signed-off-by: Charlie Doern <cdoern@redhat.com>
1 parent 07ec2c1 commit ff20ae6

2 files changed

Lines changed: 43 additions & 38 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ fallback_version = "0.7.1"
99
required-version = ">=0.7.0"
1010
constraint-dependencies = [
1111
"pyasn1>=0.6.3", # CVE-2026-30922: DoS via unbounded recursion
12+
"starlette>=1.0.1", # CVE-2026-48710
1213
]
1314

1415
[project]

uv.lock

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

0 commit comments

Comments
 (0)