fix(security): Patch protobufjs for CVE-2026-41242. - #5974
Merged
Conversation
✅ Deploy Preview for ohif-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Context
See GHSA-xq3m-2v4x-88gg
Changes & Results
Updated protobufjs version.
Testing
Run the automated tests.
Checklist
PR
semantic-release format and guidelines.
Code
etc.)
Public Documentation Updates
additions or removals.
Greptile Summary
This PR patches the critical arbitrary code execution vulnerability CVE-2026-41242 (GHSA-xq3m-2v4x-88gg) in
protobufjsby adding a resolution override pinning it to7.5.5, the confirmed fixed release for the 7.x branch. All three lock files (yarn.lock,bun.lock) are updated consistently.Confidence Score: 5/5
Safe to merge — minimal-scope security patch with no logic changes.
The change is a single dependency version bump to a confirmed patched release. Both lock files are updated consistently with package.json, and 7.5.5 is the official fixed version per NVD and the GitHub advisory. No application code is modified.
No files require special attention.
Important Files Changed
protobufjs@7.5.5to theresolutionsblock to force the patched version across all transitive dependents, addressing CVE-2026-41242.protobufjsentries from 7.5.3 to 7.5.5, consistent with the resolution override inpackage.json.protobufjsfrom 7.5.3 to 7.5.5 and adds it to the overrides section, consistent with the yarn.lock and package.json changes.Reviews (1): Last reviewed commit: "fix(security): Patch protobufjs for CVE-..." | Re-trigger Greptile