🔒 security(web): load headers from Vercel project root - #140
Conversation
gate_status: skill
gate_status: skill
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Next review available in: 55 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 selected for processing (3)
✨ 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
The browser-security policy merged in #138 was stored at the repository root, but the live Vercel project is configured with
websiteas its Root Directory. The completed production deployment therefore ignoredvercel.json, even though the static policy test passed.This follow-up moves the policy into the deployed project root and changes the regression test to fail if it ever drifts outside that root again. It must land before the
v1.4.3tag is cut.Changes
website/vercel.jsonin the security-header regression testVerification
websiteis the Vercel project Root Directorynpm test: 89 tests passednpm run build: both workspaces passedRelease Gate
After merge, wait for the production Vercel deployment and verify the exact CSP and hardening headers on both
/and/docsbefore cuttingv1.4.3.TDD Audit
da5f453test(web): require headers in Vercel project root5022419security(web): load headers from deployment rootAggregate: 2 skill, 0 fallback, 0 exempt — 0 missing.
gate_status: skill=2, fallback=0, exempt=0, missing=0