Skip to content

fix: Resolve minimatch ReDoS vulnerabilities in root and scripts#129

Merged
rdmueller merged 1 commit into
LLM-Coding:mainfrom
raifdmueller:feature/fix-remaining-minimatch-vulns
Mar 2, 2026
Merged

fix: Resolve minimatch ReDoS vulnerabilities in root and scripts#129
rdmueller merged 1 commit into
LLM-Coding:mainfrom
raifdmueller:feature/fix-remaining-minimatch-vulns

Conversation

@raifdmueller

Copy link
Copy Markdown
Contributor

Summary

Vulnerabilities fixed:

Test plan

  • npm audit shows 0 vulnerabilities in root
  • npm audit shows 0 vulnerabilities in scripts/
  • CI pipeline passes

🤖 Generated with Claude Code

Fix high-severity minimatch vulnerabilities (GHSA-3ppc-4f35-3m26,
GHSA-7r86-cg39-jmmj, GHSA-23c5-xmqv-rm74) in package-lock.json
and scripts/package-lock.json via npm audit fix.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Mar 2, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (2)
  • package-lock.json is excluded by !**/package-lock.json
  • scripts/package-lock.json is excluded by !**/package-lock.json

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Comment @coderabbitai help to get the list of available commands and usage tips.

@rdmueller rdmueller merged commit 3867dde into LLM-Coding:main Mar 2, 2026
7 checks passed
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