Skip to content

ci: enforce high-severity dependency audit - #16

Merged
OnlineChef merged 5 commits into
mainfrom
ci/enforce-high-severity-audit
Jul 25, 2026
Merged

ci: enforce high-severity dependency audit#16
OnlineChef merged 5 commits into
mainfrom
ci/enforce-high-severity-audit

Conversation

@OnlineChef

@OnlineChef OnlineChef commented Jul 25, 2026

Copy link
Copy Markdown

Summary

Turns dependency auditing from informational output into an enforceable, evidence-producing CI gate against the canonical Bun lockfile.

Changes

  • replace the suppressed bun x npm audit ... || true path with native bun audit;
  • retain a complete JSON report as a seven-day workflow artifact;
  • gate the job on the non-JSON --audit-level=high result, so moderate findings remain visible without blocking;
  • remediate the discovered high-severity transitive fast-uri finding with a root override to 3.1.4 and regenerate bun.lock.

Validation

Cross-platform CI, React Doctor, Service lifecycle, package-install smoke tests, actionlint, and the enforceable security lane are green on the current head. The retained report still exposes non-blocking advisories for follow-up.

@qodo-code-review

Copy link
Copy Markdown

ⓘ Qodo reviews are paused because your trial has ended. Ask your workspace admin to add credits to resume reviews. Manage billing

@coderabbitai

coderabbitai Bot commented Jul 25, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@OnlineChef, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 9 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: c0c726f5-62e2-453c-ad62-a312d9f8ae32

📥 Commits

Reviewing files that changed from the base of the PR and between 056a83c and ea8ebf0.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • .github/workflows/ci.yml
  • package.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/enforce-high-severity-audit

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.

@OnlineChef
OnlineChef merged commit 2693d7d into main Jul 25, 2026
18 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.

1 participant