[COVAL-4538] Remediate critical MCP dependencies - #40
Merged
Conversation
WalkthroughAdded package-manager overrides in Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
callumreid
marked this pull request as ready for review
August 7, 2026 23:20
borgesius
approved these changes
Aug 7, 2026
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
Pins the two vulnerable transitive development dependencies so future installs keep the patched versions:
handlebars4.7.9 (GitHub Dependabot alert [COVAL-3905] Add ChatGPT app submission artifact #17)shell-quote1.9.0 (GitHub Dependabot alert [COVAL-4212] Fix OpenAI MCP review inputs and tests #25)The prior remediation was superseded when the 0.4.0 release regenerated the lockfile without the overrides; this restores and preserves the constraint.
Validation
npm ci --ignore-scriptsnpm ls handlebars shell-quote(resolves 4.7.9 and 1.9.0)npm run typechecknpm test -- --runInBand(19 suites, 186 tests)npm run buildnpm auditwas attempted twice but npm's audit endpoint returned an empty/error response, so its result is not claimed here.Greptile Summary
Pins patched versions of two transitive development dependencies to prevent future lockfile regeneration from restoring vulnerable releases.
handlebars4.7.9 andshell-quote1.9.0.Confidence Score: 5/5
The PR appears safe to merge, with the patched development dependency versions consistently represented in both the manifest and lockfile.
The Handlebars override satisfies its consumer’s declared range, both updated packages remain development dependencies, and no concrete incompatibility or reachable failure was established for the updated Shell Quote release.
Reviews (1): Last reviewed commit: "[COVAL-4538] Remediate critical npm depe..." | Re-trigger Greptile