fix(deps): bump protobufjs override + add scoped brace-expansion override#304
Merged
hdamker merged 1 commit intoMay 26, 2026
Merged
Conversation
…ride Clears two Dependabot alerts on validation/package-lock.json: - protobufjs <= 7.5.7 (GHSA-jggg-4jg4-v7c6, moderate, DoS via unbounded recursive JSON descriptor expansion): existing override bumped 7.5.5 -> 7.5.8; lockfile resolves to 7.6.1. - brace-expansion 5.0.0..5.0.5 (GHSA-jxxr-4gwj-5jf2, moderate, DoS via large numeric ranges defeating the documented max guard): scoped override under @redocly/cli forces the 5.0.5 copy to 5.0.6; the 1.1.14 copy elsewhere in the tree is outside the vulnerable range and is untouched. A third alert (uuid <11.1.1, GHSA-w5hq-g745-h8pq) remains open via the gherkin-lint -> cucumber-messages -> uuid@3.4.0 chain. Not clearable by override; tracked under camaraproject#138 for the gherkin-lint replacement. Verification on merge: validation-regression and release-automation-regression canaries.
05d4d42 to
35e82df
Compare
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.
What type of PR is this?
bug
What this PR does / why we need it:
Clears two moderate Dependabot alerts on
validation/package-lock.jsonby adjustingvalidation/package.jsonoverrides:protobufjs <= 7.5.7(GHSA-jggg-4jg4-v7c6 — DoS via unbounded recursive JSON descriptor expansion): existing override bumped from^7.5.5to^7.5.8; lockfile now resolves to7.6.1.brace-expansion 5.0.0..5.0.5(GHSA-jxxr-4gwj-5jf2 — DoS via large numeric ranges defeating the documentedmaxguard): scoped override under@redocly/cliforces the vulnerable5.0.5copy to5.0.6. The unrelated1.1.14copy elsewhere in the tree is outside the vulnerable range and is untouched.Which issue(s) this PR fixes:
Fixes #
Special notes for reviewers:
Verification on merge: validation-regression and release-automation-regression canaries on the merge SHA.
A third alert (
uuid < 11.1.1, GHSA-w5hq-g745-h8pq) remains open via thegherkin-lint -> cucumber-messages -> uuid@3.4.0chain. Not clearable by override — the patched version is11.1.1andcucumber-messages@8.0.0won't consume it. Tracked under #138 for thegherkin-lintreplacement.Changelog input
Additional documentation
This section can be blank.