fix(security): patch vulnerable transitive deps via pnpm overrides - #212
Conversation
- minimatch 3.1.2→3.1.5, 9.0.5→9.0.9 (ReDoS CVE-2026-26996, CVE-2026-27904) - semver 7.7.2→7.8.5 (ReDoS CVE-2026-3672) - flatted 3.3.3→3.4.3 (DoS CVE-2026-32141) - ajv 6.12.6→6.15.0 (ReDoS CVE-2025-69873) All affected packages are devDependencies (eslint, vitest, wrangler toolchain) and do not ship to the production client bundle.
|
Warning Review limit reached
Next review available in: 8 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Preview for Bayan Flow Staging ready!
Preview alias |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
@coderabbitai review |
✅ Action performedReview finished.
|
Contribution workflow
develop: This PR targetsdevelop, notmain.Description
Patch 7 open code-scanning security vulnerabilities in transitive devDependencies by adding pnpm overrides to force patched versions. All affected packages are dev-only (eslint, vitest, wrangler toolchain) and do not ship to the production client bundle.
Type of Change
Related Issues
Closes code-scanning alerts #1–#8 (7 open, 1 already fixed).
Changes Made
package.jsonfor 5 vulnerable transitive dependenciespnpm-lock.yamlwith patched versionsOverride Details
minimatchminimatchsemverflattedajvTesting
pnpm test:run) — 1907 tests, 165 filespnpm lint)pnpm format:check)pnpm build)Breaking Changes
Checklist
Additional Notes
@3,@9,@6,@7) so they only affect the vulnerable major linesdompurifyalert (Redesign algorithms dropdown #5) was already fixed in a prior commit — no action needed