fix(kpi): reject malformed UTF-8 on current protected main - #192
Conversation
|
Warning Review limit reached
Next review available in: 4 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. 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: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
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 |
Fresh protected-main successor to #190/#188/#123 on exact base
1521180d3b3bb519c7bef59f74b9d723ab93fa3a. No predecessor checks, reviews, scanner output, model judgment, production KPI, or release evidence transfers.Test-first RED candidate head
98fcf82f648ef8349a806800fb15b44abc62977dcontains only the deterministic direct-KPI input-integrity regression while protectedscripts/compute-kpi.mjsstill reads NDJSON with non-fatal UTF-8 decoding. The regression injects byte0xffinto an otherwise valid/exchangerecord and requires the command to fail before metric output, while separately preserving valid UTF-8 metrics and the established non-JSON-line policy.The narrow GREEN remedy is to decode exact bytes with fatal UTF-8 before line/JSON/metric semantics. Exact RED proof will be collected before the production change; then exact-head application CI, reviewer-ci, protected-base eligible central Security Scan, reviews/threads, and live-base identity will be reacquired. Pending/absent/skipped/predecessor evidence remains non-passing.