Skip to content

Commit

Permalink
[severity_high_security] Exclude cases where the feature is disabled …
Browse files Browse the repository at this point in the history
…on release (#2474)


Co-authored-by: Suhaib Mujahid <[email protected]>
  • Loading branch information
dveditz and suhaibmujahid authored Sep 6, 2024
1 parent 0aed4e7 commit b5d8def
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bugbot/rules/severity_high_security.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ def get_bz_params(self, date):
"f4": "bug_severity",
"o4": "anyexact",
"v4": ["S3", "normal", "S4", "minor", "trivial", "enhancement"],
"n5": 1,
"f5": "cf_status_firefox_release",
"o5": "equals",
"v5": "disabled",
"n15": 1,
"f15": "longdesc",
"o15": "casesubstring",
Expand Down

0 comments on commit b5d8def

Please sign in to comment.