Skip to content

fix: patch known vulnerabilities in transitive dependencies#226

Open
himerus wants to merge 1 commit intodevfrom
feature/sec-patch-vulnerable-transitive-deps
Open

fix: patch known vulnerabilities in transitive dependencies#226
himerus wants to merge 1 commit intodevfrom
feature/sec-patch-vulnerable-transitive-deps

Conversation

@himerus
Copy link
Copy Markdown
Contributor

@himerus himerus commented Mar 27, 2026

Summary

  • Bumps flatted override from >=3.4.0 to >=3.4.2 — fixes prototype pollution via parse() (CVE in flatted ≤3.4.1)
  • Adds picomatch@<3: >=2.3.2 override — fixes ReDoS via extglob quantifiers in micromatch dependency chain
  • Adds picomatch@>=4: >=4.0.4 override — fixes ReDoS in tinyglobbypicomatch@4.x chain

Test plan

  • CI pnpm audit --audit-level=high returns 0 vulnerabilities
  • All existing tests pass
  • Build succeeds

🤖 Generated with Claude Code

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 27, 2026

Warning

Rate limit exceeded

@himerus has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 16 minutes and 5 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 16 minutes and 5 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: cc886ccc-eb16-45c1-8c6e-44808aa6ee0f

📥 Commits

Reviewing files that changed from the base of the PR and between 3214e7c and f64ca85.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • package.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/sec-patch-vulnerable-transitive-deps

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.

❤️ Share

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

- Bump flatted >=3.4.2 (was >=3.4.0) — fixes prototype pollution via parse()
- Add picomatch@<3 >=2.3.2 override — fixes ReDoS via extglob quantifiers
- Add picomatch@>=4 >=4.0.4 override — fixes ReDoS in 4.x range
- Update pnpm-lock.yaml to reflect 3.4.2, 2.3.2, 4.0.4 resolved versions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@himerus himerus force-pushed the feature/sec-patch-vulnerable-transitive-deps branch from cd9357c to f64ca85 Compare March 27, 2026 00:19
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