-
Notifications
You must be signed in to change notification settings - Fork 51
Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
Scanner query results page exposes a "was blocked" column. This includes versions blocklisted by both Mozilla and the developer.
For operational workflows, it is important to be able to differentiate between blocklisting actions performed by Mozilla vs the developer. An example usecase could be
- Operations team wants to assess the effectiveness of a scanner rule against false positives
- They run a scanner query rule to check all the versions that a rule matches (including previously disabled items, using the "Run on disabled addons")
- To determine the expected true and false positive ratio, it is important that they're able to check which add-on versions matched by the rule were disabled and blocklisted by Mozilla and which weren't
- Currently, the page only exposes if a version was blocklisted, and not if the version was blocklisted by Mozilla or developer.
Resulting added effort: This requires the ops member to open the add-on and manually check if the add-on was disabled for malware by Mozilla, or if the developer disabled their version voluntarily.
What did you expect to happen?
Scanner query results page should indicate if a version was blocklisted by Mozilla, and ops team should be able to filter add-ons based on this data. This will prevent ops team from having to open add-on review page to discover if the version was blocklisted by Mozilla or the developer
┆Issue is synchronized with this Jira Task