fix(deps): resolve CVE-2026-26996 ReDoS in minimatch (6 alerts)#1001
Open
fix(deps): resolve CVE-2026-26996 ReDoS in minimatch (6 alerts)#1001
Conversation
…(ReDoS) All direct parents (eslint@7.32.0, jest@27.5.1, lerna@5.6.2, copyfiles@2.4.1, codecov@3.8.3, @commitlint/config-lerna-scopes@17.8.1) are already at their latest versions within their current major. Their semver ranges (^3.0.x) accept minimatch@3.1.3+, but the lockfile had resolved to 3.1.2 (the latest at the time). Additionally, nx@15 (via lerna@5) pinned minimatch@3.0.5. No amount of bumping direct parents within their current majors changes this. Resolution 'minimatch': '^3.1.3' forces all instances to 3.1.5 (latest 3.x), eliminating all three vulnerable versions (3.0.5, 3.1.2, 5.1.6).
4990b83 to
210e1fb
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.
Summary
Resolves CVE-2026-26996 (ReDoS) across 6 Dependabot alerts for minimatch 3.0.5/3.1.2 → 3.1.5.
Changes
"minimatch": "^3.1.3"— resolves all instances to 3.1.5Strategy
Traced via
yarn why: transitive from eslint@7, jest@27, lerna@5, copyfiles@2, codecov@3, aws-cdk-lib, glob. All parents at final major versions with ranges accepting 3.1.3+ but lockfile was pinned to 3.1.2. Resolution forces the upgrade.Verification
lerna run build✅lerna run test✅yarn extract-dependency-licenses✅ (20 deletions)