Reject unrecognized finding severities before baseline ranking - #188
Conversation
|
Important Review skippedThis PR was authored by the user configured for CodeRabbit reviews. CodeRabbit does not review PRs authored by this user. It's recommended to use a dedicated user account to post CodeRabbit review feedback. ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Essentials Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Essentials Run ID: 📒 Files selected for processing (1)
Included review availability: 4 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 5 reviews per hour. 📜 Recent review details🔇 Additional comments (1)
📝 SummarySummary by CodeRabbit
WalkthroughThe baseline script now validates all finding severity values before processing. It reports each unrecognised value and exits with code 2 when invalid values exist. ChangesBaseline Validation
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: Merge Risk: ⚪ Minimal · up to The script now rejects unsupported severity values before baseline processing, with no remaining merge-blocking risk identified. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
A rabbit reads each line, Comment |
…e-severity-before-ranking/13de6bd8 Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
3ceeaa3
into
audit/language-safety-20260907
Validate every finding severity against the supported critical, high, medium, low, info, and advisory values before applying the baseline. Report unique invalid values and exit with an error so unknown severities cannot silently receive an incorrect rank.
Validation was not run.
View coding task