Skip to content

Comments

Fix Dependabot security vulnerability in minimatch (#122)#1492

Merged
priyanshu92 merged 2 commits intomainfrom
users/priyanshuag/fix-minimatch-vulnerability-v2
Feb 24, 2026
Merged

Fix Dependabot security vulnerability in minimatch (#122)#1492
priyanshu92 merged 2 commits intomainfrom
users/priyanshuag/fix-minimatch-vulnerability-v2

Conversation

@priyanshu92
Copy link
Contributor

  • Add top-level npm override for minimatch ^10.2.1
  • Previous fix only scoped override to @types/minimatch, leaving all other transitive instances (3.x, 5.x, 7.x, 9.x) vulnerable
  • Exclude @vscode/vsce from override (incompatible with minimatch 10.x due to changed export structure)
  • All other minimatch instances now resolve to 10.2.2
  • Addresses CVE-2026-26996 (high severity ReDoS)

- Add top-level npm override for minimatch ^10.2.1
- Previous fix only scoped override to @types/minimatch, leaving
  all other transitive instances (3.x, 5.x, 7.x, 9.x) vulnerable
- Exclude @vscode/vsce from override (incompatible with minimatch
  10.x due to changed export structure)
- All other minimatch instances now resolve to 10.2.2
- Addresses CVE-2026-26996 (high severity ReDoS)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@priyanshu92 priyanshu92 requested review from a team as code owners February 23, 2026 14:34
@priyanshu92 priyanshu92 enabled auto-merge (squash) February 23, 2026 14:40
@priyanshu92 priyanshu92 merged commit d23e4e5 into main Feb 24, 2026
8 checks passed
@priyanshu92 priyanshu92 deleted the users/priyanshuag/fix-minimatch-vulnerability-v2 branch February 24, 2026 08:52
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.

2 participants