fix(deps): clear high-severity audit findings - #1531
Conversation
|
Warning Review limit reached
Next review available in: 25 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: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (6)
✨ 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 |
Summary
dev-dep-auditbrace-expansionmajor without forcing incompatible versionsgray-mattercompatibility patch so Bun can enforce the safejs-yamlreleaseThere is no related issue; this PR follows up directly on the audit failure observed while merging #1529.
Why
The repository-wide audit was blocked by 10 findings across
tar,brace-expansion,fast-uri,js-yaml, andsharp. The vulnerabletarpath is runtime-reachable through Arborist package installation, while the remaining findings also fail the required dependency gate.Bun 1.3.14 only supports top-level overrides. A global
js-yaml@4.3.0override is required to replace an exact vulnerable transitive pin, butgray-matter@4.0.3still calls the removedsafeLoadandsafeDumpaliases. The committed patch changes only those aliases to their equivalentloadanddumpAPIs and records the compatible dependency range.Related Issue
None. This is a direct CI security-audit follow-up to #1529.
Human Review Status
Pending
Review Focus
tar,fast-uri, andjs-yamlgray-matterAPI compatibility patchbrace-expansionreleases for majors 1, 2, and 5Risk Notes
gray-matteris patched because Bun cannot express a path-scopedjs-yamloverride. A regression test covers both parsing and stringification.How To Verify
Screenshots or Recordings
Not applicable; there are no visible UI changes.
Checklist
bug,enhancement,task,documentation. Type labels are author-added; the labeler bot does NOT assign them. Add the label in the GitHub UI, then tick this.app,ui,platform,harness,ci. The labeler bot assigns these on PR open based on changed paths. Confirm the bot's choice (or override if wrong), then tick this.P0,P1,P2,P3. The priority-triage bot suggests one on PR open. Confirm or override, then tick this.Pending,Approved by @<reviewer>, orNot required: <reason>(default isPending; "not required" is restricted to bot-authored low-risk PRs).dev, and my PR title and commit messages use Conventional Commits in English.