Remediate GHSA-grv7-fg5c-xmjg by pinning transitive braces to 3.0.3 in plugin-hrm-form - #4681
Merged
stephenhand merged 2 commits intoSep 9, 2026
Merged
Conversation
Co-authored-by: stephenhand <1694716+stephenhand@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix uncontrolled resource consumption in braces package
Remediate GHSA-grv7-fg5c-xmjg by pinning transitive braces to 3.0.3 in plugin-hrm-form
Sep 9, 2026
stephenhand
marked this pull request as ready for review
September 9, 2026 14:22
stephenhand
deleted the
copilot/fix-uncontrolled-resource-consumption
branch
September 9, 2026 14:23
Copilot stopped reviewing on behalf of
stephenhand due to an error
September 9, 2026 14:23
Contributor
There was a problem hiding this comment.
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Pull request overview
Updates plugin-hrm-form dependency resolution to pin a specific version of braces via npm overrides.
Changes:
- Add an
overridesentry to forcebracesto3.0.3
Files not reviewed (1)
- plugin-hrm-form/package-lock.json: Generated file
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
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.
Description
Resolved a high-severity Dependabot alert for uncontrolled resource consumption in
braces(CVE-2024-4068/GHSA-grv7-fg5c-xmjg) underplugin-hrm-form/package-lock.json. The dependency graph now resolvesbracesto the lowest patched version (3.0.3) with a minimal, scoped change.Dependency remediation
plugin-hrm-form/package.jsonto forcebracesto3.0.3.plugin-hrm-form/package-lock.jsonvia npm tooling so transitivebraces@2.3.2resolutions are removed.Reachability assessment
bracesparsing imbalanced brace patterns.braces/micromatchimports or call sites were found inplugin-hrm-formapplication source; usage is transitive through tooling dependencies.{ "overrides": { "braces": "3.0.3" } }Checklist
Other Related Issues
None
Verification steps
plugin-hrm-form, confirm resolved version:npm ls bracesbraces@2.3.2package entries:plugin-hrm-form/package-lock.jsonfornode_modules/bracesresolving to3.0.3AFTER YOU MERGE
You are responsible for ensuring the above steps are completed. If you move a ticket into QA without advising what version to test, the QA team will assume the latest tag has the changes. If it does not, the following confusion is on you! :-P
Original prompt