fix(strix): classify ModelBehaviorError with zero findings as backend skip - #1090
fix(strix): classify ModelBehaviorError with zero findings as backend skip#1090seonghobae wants to merge 1 commit into
Conversation
… skip Vulnerabilities [1-9] stay fail-closed. A ModelBehaviorError flake with Vulnerabilities 0 no longer blocks required Strix.
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Warning Review limit reached
Next review available in: 50 minutes Limit details: You’ve used all 1 included review currently available under your plan. 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 (3)
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 |
|
@cwl-noema-review Independently review exact head |
|
Duplicate of #1091. #1090 adds a bare #1091 is the G4 landing vehicle. Closing this PR unmerged. Not an approval of #1091. |
Why
Required Strix failed closed on
ModelBehaviorErrorwithVulnerabilities 0(LineageWeave #74 job flake). That is an LLM classifier outage, not a security finding.Change
Add
ModelBehaviorErrorto the existing backend-unavailable classifier in.github/workflows/strix.yml. Neutral skip still requires noVulnerabilities [1-9]. That fail-closed range is unchanged.Tests
tests/test_strix_modelbehaviorerror_classifier.pyproves:ModelBehaviorError+Vulnerabilities 0is neutralizedModelBehaviorError+Vulnerabilities 1stays fail-closedModelBehaviorError+Vulnerabilities 9stays fail-closedVulnerabilities 0without a backend signal is not neutralizedDo not self-approve. Independent exact-head APPROVE required.