Closed
Conversation
Add npm overrides to force patched versions of transitive dependencies with known vulnerabilities: - brace-expansion >=5.0.5 (ReDoS via extglob quantifiers) - handlebars >=4.7.9 (prototype pollution leading to XSS) - minimatch >=10.0.0 scoped to prettier-eslint (multiple ReDoS) Resolves all 38 npm audit findings (34 moderate, 4 high). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
d5f5041 to
9bd4f2a
Compare
Contributor
Author
|
There actually were no audit issues with the repository, I ill-prompted it with some failed CI checks from docs repository so we can just ignore this. |
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
>=5.0.5— fixes ReDoS via extglob quantifiers (GHSA-f886-m6hf-6m8v)>=4.7.9— fixes prototype pollution leading to XSS (GHSA-2qvq-rjwj-gvw9)>=10.0.0scoped toprettier-eslint— fixes multiple ReDoS vulnerabilities (GHSA-3ppc-4f35-3m26, GHSA-7r86-cg39-jmmj, GHSA-23c5-xmqv-rm74)Test plan
npm auditreturns 0 vulnerabilitiesnpm run lintpassesnpm run ci-test— all 30 tests passnpm run package— bundle builds successfully🤖 Generated with Claude Code