Skip to content

fix: upgrade minimatch to resolve ReDoS vulnerability#1704

Merged
tanem merged 1 commit into
masterfrom
audit
Mar 11, 2026
Merged

fix: upgrade minimatch to resolve ReDoS vulnerability#1704
tanem merged 1 commit into
masterfrom
audit

Conversation

@tanem
Copy link
Copy Markdown
Owner

@tanem tanem commented Mar 11, 2026

Summary

Resolves all 3 open Dependabot alerts for minimatch ReDoS vulnerabilities (GHSA-7r86-cg39-jmmj, High severity).

Changes

  • Ran npm audit fix to upgrade minimatch across the dependency tree
  • Added .github/copilot-instructions.md with verification steps for future changes

Verification

  • npm run check:types — passes
  • npm run lint — passes
  • npm run build — passes
  • npm run test:src — passes (both release and CLI integration tests)
  • npm run test:cjs — passes
  • npm audit — 0 vulnerabilities

Ran npm audit fix to upgrade minimatch across the dependency tree,
resolving GHSA-7r86-cg39-jmmj (High severity ReDoS in matchOne()).

Also added .github/copilot-instructions.md with verification steps.
@tanem tanem merged commit eb5300a into master Mar 11, 2026
1 check passed
@tanem tanem deleted the audit branch March 11, 2026 18:17
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