Closed
Bug 1358333
Opened 8 years ago
Closed 8 years ago
The APPLICATION_REPUTATION_ALLOWLIST_MATCH and APPLICATION_REPUTATION_BLOCKLIST_MATCH probes don't seem to be working correctly
Categories
(Toolkit :: Safe Browsing, enhancement, P2)
Toolkit
Safe Browsing
Tracking
()
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: francois, Assigned: tnguyen)
References
Details
(Whiteboard: #sbv4-m7)
Attachments
(1 file)
The two Application Reputation probes that were added in bug 1331139 suggest that the V2 lists (whitelist or blacklist) for Application Reputation never return any matches while the V4 list does:
https://telemetry.mozilla.org/new-pipeline/dist.html#!cumulative=0&end_date=2017-04-19&keys=__none__!__none__!__none__&max_channel_version=nightly%252F55&measure=APPLICATION_REPUTATION_ALLOWLIST_MATCH&min_channel_version=null&processType=*&product=Firefox&sanitize=1&sort_keys=submissions&start_date=2017-03-08&table=1&trim=1&use_submission_date=0
https://telemetry.mozilla.org/new-pipeline/dist.html#!cumulative=0&end_date=2017-04-19&keys=__none__!__none__!__none__&max_channel_version=nightly%2F55&measure=APPLICATION_REPUTATION_BLOCKLIST_MATCH&min_channel_version=null&processType=*&product=Firefox&sanitize=1&sort_keys=submissions&start_date=2017-03-08&table=1&trim=1&use_submission_date=0
(start=2 is for V4 only matches)
That's obviously not true because we have matches on both lists in Beta where only V2 is enabled:
https://telemetry.mozilla.org/new-pipeline/dist.html#!cumulative=0&end_date=2017-04-12&keys=__none__!__none__!__none__&max_channel_version=beta%252F53&measure=APPLICATION_REPUTATION_LOCAL&min_channel_version=null&processType=*&product=Firefox&sanitize=1&sort_keys=submissions&start_date=2017-03-07&table=1&trim=1&use_submission_date=0
| Assignee | ||
Comment 1•8 years ago
|
||
Ah, I see in [1]
https://searchfox.org/mozilla-central/rev/7aa21f3b531ddee90a353215bd86e97d6974e25b/toolkit/components/downloads/ApplicationReputation.cpp#439
The tables will not contain any V4 list until V4 result is taken (bug 1329817 landed 2 days ago will enable V4 table result).
| Reporter | ||
Comment 2•8 years ago
|
||
(In reply to Thomas Nguyen[:tnguyen] ni plz from comment #1)
> The tables will not contain any V4 list until V4 result is taken (bug
> 1329817 landed 2 days ago will enable V4 table result).
Doesn't that mean that we should be seeing only matches in V2 tables then? The telemetry shows only matches in V4 tables.
| Assignee | ||
Comment 3•8 years ago
|
||
Yep, you are right, the wrong thing is https://searchfox.org/mozilla-central/rev/7aa21f3b531ddee90a353215bd86e97d6974e25b/toolkit/components/downloads/ApplicationReputation.cpp#135
skipped only v2/v4 results
| Assignee | ||
Comment 4•8 years ago
|
||
Sorry I was wrong, :(, plz ignore that
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 6•8 years ago
|
||
I think I did copy/paste things then compared wrong table :(
| Reporter | ||
Comment 7•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8860257 [details]
Bug 1358333 - Fix APPLICATION_REPUTATION_ALLOWLIST_MATCH and APPLICATION_REPUTATION_BLOCKLIST_MATCH telemetry
https://reviewboard.mozilla.org/r/132266/#review135144
Attachment #8860257 -
Flags: review?(francois) → review+
| Assignee | ||
Comment 8•8 years ago
|
||
Keywords: checkin-needed
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fee151a11c16
Fix APPLICATION_REPUTATION_ALLOWLIST_MATCH and APPLICATION_REPUTATION_BLOCKLIST_MATCH telemetry r=francois
Keywords: checkin-needed
Comment 10•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
| Reporter | ||
Updated•8 years ago
|
Assignee: nobody → tnguyen
You need to log in
before you can comment on or make changes to this bug.
Description
•