chore: allow BLEnder to dismiss confident high-severity not-affected alerts - #21120
Merged
Conversation
…alerts Set investigate.dismiss_max_severity: high (with an explicit dismiss_min_confidence: high floor) so BLEnder can auto-dismiss Dependabot alerts it assesses as not-affected up to high severity, only at high confidence. Criticals still require a human. Enables the capability added in mozilla/blender#145 and #147 (FXA-14410, FXA-14411).
Contributor
There was a problem hiding this comment.
Pull request overview
Raises BLEnder’s auto-dismiss ceiling while retaining a high-confidence safety threshold. Merge remains intentionally held until Monday.
Changes:
- Allows high-confidence, not-affected alerts through high severity to be dismissed.
- Keeps critical alerts requiring human review.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
clouserw
approved these changes
Aug 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Sets in
.blender/blender.yml:investigate.dismiss_max_severity: high— raise the auto-dismiss ceiling from the defaultmediumtohighinvestigate.dismiss_min_confidence: high— explicit confidence floor (also the default)Why
BLEnder currently leaves high-severity not-affected alerts open because it couldn't auto-dismiss. With the confidence floor as the safety rail, it can now dismiss the ones it assesses not-affected at high confidence. Criticals still require a human.
Enables mozilla/blender#145 + #147 (FXA-14410, FXA-14411).
Rollout
Once merged, BLEnder will need its investigated tags cleared for the high/critical alerts to re-scan them.