Skip to content

fix(deps): resolve pnpm audit vulnerabilities#16

Merged
ben-miru merged 1 commit intomainfrom
fix/audit-vulnerabilities
Mar 27, 2026
Merged

fix(deps): resolve pnpm audit vulnerabilities#16
ben-miru merged 1 commit intomainfrom
fix/audit-vulnerabilities

Conversation

@ben-miru
Copy link
Copy Markdown
Contributor

@ben-miru ben-miru commented Mar 27, 2026

Summary

  • Add pnpm overrides to force patched transitive dependency versions
  • picomatch >=4.0.4 — fixes ReDoS + method injection (GHSA-c2c7-rcm5-vvqj, GHSA-3v7f-55p6-f55p)
  • yaml >=2.8.3 — fixes stack overflow via deeply nested collections (GHSA-48c2-rrv3-qjmp)
  • smol-toml >=1.6.1 — fixes DoS via consecutive commented lines (GHSA-v3rj-xjv7-4jmq)
  • brace-expansion >=5.0.5 — fixes process hang via zero-step sequences (GHSA-f886-m6hf-6m8v)
  • Resolves all 5 unignored audit findings → only pre-existing ignored CVEs remain

Test plan

  • ./scripts/audit.sh passes locally
  • CI lint passes

🤖 Generated with Claude Code

Add pnpm overrides to force patched versions of transitive
dependencies with known vulnerabilities:
- picomatch >=4.0.4 (ReDoS + method injection via cspell)
- yaml >=2.8.3 (stack overflow via cspell)
- smol-toml >=1.6.1 (DoS via cspell)
- brace-expansion >=5.0.5 (process hang via eslint)

Resolves all 5 unignored audit findings.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@mintlify
Copy link
Copy Markdown
Contributor

mintlify bot commented Mar 27, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
miru 🟢 Ready View Preview Mar 27, 2026, 2:40 AM

@ben-miru ben-miru merged commit 3585b6e into main Mar 27, 2026
7 checks passed
@ben-miru ben-miru deleted the fix/audit-vulnerabilities branch March 27, 2026 02:46
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