build(deps): patch brace-expansion denial of service - #1456
Conversation
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 40 minutes Your organization has reached its usage spending cap. Adjust your spending cap in the billing tab. 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 Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
Comment |
|
Local focused verification completed after the shared coordinator released: |
…nto codex/fix-brace-expansion-cve
Summary
brace-expansiondependency across maintained major lines.1.1.18and5.0.9, which contain bounded expansion output handling for CVE-2026-14257 / GHSA-mh99-v99m-4gvg.RAG impact: no retrieval behaviour change — this is a development dependency override, lockfile security patch, and dependency regression test only.
Verification
npm run check:installed-lock-paritynpm run format:changednpm run format(exact merged tree; 1,771 files checked, all unchanged)brace-expansionand legacyminimatchcompatibility smoke checksnpm run verify:pr-localVerification not run locally: the repository coordinator remained occupied by another worktree's atomic
verify:pr-local, lint, and full Vitest runs. Exact-head hosted CI is the authoritative broad gate for this PR.npm audit --jsonstill reports the advisory because its range metadata currently marks allbrace-expansion <=5.0.7as affected and does not model the newly published1.1.18maintenance backport. The installed1.1.18source contains the CVE-specificmaxLengthbound, and the regression test exercises that behavior. An ESLint 10 force-upgrade was deliberately avoided because it is an unrelated semver-major migration.UI verification not run: no UI, routing, styling, or browser behavior changed.
Risk and rollout
package-lock.json.Clinical Governance Preflight
Not applicable: no ingestion, answer generation, retrieval/ranking, source rendering, document access, privacy, production environment, or clinical output behavior changed.
Notes