fix: override protobufjs to patch CVE GHSA-jvwf-75h9-cwgg#121
Merged
Conversation
protobufjs <7.5.6 is vulnerable to process-wide denial of service through unsafe option paths. The vulnerable version (7.4.0) was pulled in transitively via @atproto/bsky -> etcd3 -> @grpc/proto-loader. Added a pnpm override to force protobufjs >=7.5.6 (resolved to 8.2.0).
✅ Deploy Preview for tsky ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
Coverage Report for ./packages/client/
File CoverageNo changed files found. |
commit: |
Contributor
Author
|
fix-ci: attempt 1 — the |
Contributor
Author
|
fix-ci: attempt 1 — the failing run was on |
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
pnpm.overridesentry to forceprotobufjsto>=7.5.6, resolving GHSA-jvwf-75h9-cwgg (high severity — process-wide DoS through unsafe option paths)protobufjs@7.4.0was a transitive dependency via@atproto/bsky→etcd3→@grpc/proto-loader; resolved to8.2.0Closes https://github.com/tsky-dev/tsky/security/dependabot/135