Skip to content

Fix minimatch ReDoS CVEs via single override (^10.2.5) and bump to 0.23.3#549

Open
tarunramsinghani wants to merge 1 commit into
masterfrom
users/tramsing/minimatch-override
Open

Fix minimatch ReDoS CVEs via single override (^10.2.5) and bump to 0.23.3#549
tarunramsinghani wants to merge 1 commit into
masterfrom
users/tramsing/minimatch-override

Conversation

@tarunramsinghani

Copy link
Copy Markdown
Contributor

Summary

Resolves the minimatch ReDoS CVEs (CVE-2026-27903, CVE-2026-27904) using a single top-level minimatch override instead of multiple scoped overrides.

Changes

  • package.json
  • package-lock.json — regenerated; only the overridden minimatch spec strings move to ^10.2.5.

Verification

  • Single minimatch version across the whole tree: minimatch@10.2.5 (all transitive copies dedupe to it).
  • lockfileVersion 2 preserved (no format churn); zero registry-URL churn. Built with Node 20.20 / npm 10.8 (matches release pipeline).
  • npm run build passed
  • npm test passed (206 passing)

Resolve minimatch ReDoS CVEs (CVE-2026-27903, CVE-2026-27904) with a
single top-level minimatch override pinned to ^10.2.5. All transitive
copies dedupe to a single minimatch@10.2.5; lockfileVersion 2 preserved.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@tarunramsinghani tarunramsinghani requested review from a team as code owners June 17, 2026 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant