Skip to content
This repository was archived by the owner on Aug 8, 2026. It is now read-only.

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

@tanem tanem commented Mar 11, 2026

Copy link
Copy Markdown
Owner

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
@tanem tanem added the internal label Jul 28, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant