Skip to content

fix(stac): upgrade stac auth proxy to v1.1.1#605

Merged
botanical merged 7 commits into
developfrom
fix/upgrade-stac-auth-proxy-v1.1.1
Jun 1, 2026
Merged

fix(stac): upgrade stac auth proxy to v1.1.1#605
botanical merged 7 commits into
developfrom
fix/upgrade-stac-auth-proxy-v1.1.1

Conversation

@botanical

@botanical botanical commented May 27, 2026

Copy link
Copy Markdown
Member

Issue

https://github.com/NASA-IMPACT/veda-architecture/issues/762

What?

Upgrade Starlette to 1.0.1 or later. Rebuild and redeploy every container, virtualenv, and bundled artifact that pins or vendors Starlette. Bundled installs are common in LLM tooling; pip list on the host is not enough. Audit images.

Secondary (defense in depth)
Replace request.url and request.url.path with request.scope["path"] in every middleware, dependency, and decorator that makes security decisions. Grep the codebase. This bug class will recur; reading the un-reconstructed value is the durable fix.

Testing

@botanical botanical requested a review from anayeaye May 27, 2026 16:07
@botanical botanical requested a review from ividito May 29, 2026 16:40
Comment thread common/auth/veda_auth/resource_extractors.py Outdated
@botanical botanical merged commit eaf3155 into develop Jun 1, 2026
7 of 8 checks passed
@botanical botanical deleted the fix/upgrade-stac-auth-proxy-v1.1.1 branch June 1, 2026 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants