fix(deps): bump protobufjs to >=8.0.2 for 4 high severity CVEs#462
Merged
Conversation
Update pnpm override from 8.0.1 to 8.0.2 to address: - GHSA-685m-2w69-288q: DoS through unbounded protobuf recursion - GHSA-jvwf-75h9-cwgg: DoS through unsafe option paths - GHSA-75px-5xx7-5xc7: code generation gadget after prototype pollution - GHSA-66ff-xgx4-vchm: code injection through bytes field defaults Closes #365, #366, #367, #369
Contributor
|
Automated low-risk assessment This PR was evaluated against the repository's Low-Risk Pull Requests procedure and does not qualify as low risk.
This PR requires a manual review before merging. |
Aryansharma28
approved these changes
May 13, 2026
langwatch-agent
pushed a commit
that referenced
this pull request
Jul 2, 2026
Clears HIGH alert #462 (starlette < 1.3.1) in python/uv.lock, alongside the cryptography and python-multipart floors already in this PR. starlette is transitive via fastapi (>=0.110, no cap); surgical uv upgrade, 1.2.1 -> 1.3.1. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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
protobufjspnpm override from8.0.1to8.0.2to fix 4 high severity CVEs in the v8 seriesprotobufjs@>=8.0.0 <8.0.1 → 8.0.1, from PR fix(security): patch critical CVEs in protobufjs and handlebars #390) is itself now vulnerable — these are newly published advisories affecting8.0.1protobufjs@>=8.0.0 <8.0.2 → 8.0.2so any transitive resolution in that range is caughtCVEs addressed
Why pnpm overrides
protobufjsis a transitive dependency (via@grpc/proto-loader,@opentelemetry/otlp-transformer). We can't bump the direct parents to pull in the fix, so the pnpm override is the correct mechanism — it persists inpackage.jsonand will enforce the minimum safe version even after lockfile regeneration.Closes Dependabot alerts #365, #366, #367, #369
Test plan
pnpm installsucceedsprotobufjs@8.0.2