This repository was archived by the owner on May 26, 2026. It is now read-only.
chore(deps): bump olas-operate-middleware to 0.15.21 to patch starlette CVE - #171
Merged
Conversation
…te CVE Resolves the residual Dependabot alert from PR #170. middleware 0.15.21 bumps fastapi ^0.117 -> ^0.120, which pulls in starlette 0.49.3. starlette 0.49.1+ patches GHSA-7f5h-v6xp-fcq8 (O(n^2) DoS via Range header merging in FileResponse). Resolved transitives: fastapi 0.117.1 -> 0.120.4, starlette 0.48.0 -> 0.49.3. New transitive: annotated-doc 0.0.4.
DhairyaPatel7
left a comment
There was a problem hiding this comment.
Clean, minimal dependency bump that lifts olas-operate-middleware to pull in starlette 0.49.3 (patches GHSA-7f5h-v6xp-fcq8). Lockfile is consistent with pyproject; transitive changes match the middleware's new fastapi cap. No issues.
DhairyaPatel7
approved these changes
May 18, 2026
LOCKhart07
approved these changes
May 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
olas-operate-middlewarefrom0.15.20to0.15.21.Rangeheader merging instarlette.responses.FileResponse).Dependency chain
olas-operate-middleware 0.15.21lifts its fastapi cap (^0.117→^0.120), which pulls in:starlette
0.49.1+patches GHSA-7f5h-v6xp-fcq8 (vulnerable range>=0.39.0,<=0.49.0).No other constraint changes in middleware 0.15.21 — only the fastapi cap moved. Middleware 0.15.21 release notes: https://github.com/valory-xyz/olas-operate-middleware/releases/tag/v0.15.21
Test plan
main