From 74ab4f95a557f6cfb425555a0c7021e80d9319dc Mon Sep 17 00:00:00 2001 From: nparker Date: Fri, 25 Mar 2016 09:15:07 -0700 Subject: Report and parse .img, .iso, and .smi as DMGs when downloading These files are all opened by Disk Utility. 70% of this patch was written by research@nightwatchcybersecurity.com BUG=596354 Review URL: https://codereview.chromium.org/1827303002 Cr-Commit-Position: refs/heads/master@{#383277} --- tools/metrics/histograms/histograms.xml | 44 +++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'tools/metrics') diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index 50a4aef..f39dc79 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -43782,16 +43782,49 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. + + nparker@chromium.org + + Counts of DMG-like file types that failed to be successfully analyzed by the + SafeBrowsing download service. + + + rsesek@chromium.org + + Replaced by SBClientDownload.DmgFileHas[No]ExecutableByType in M51. + For each DMG file analyzed by the SafeBrowsing download service, records if the DMG contained an executable file. + + nparker@chromium.org + + Counts of DMG-like file types which were analyzed by the SafeBrowsing + download service that contained an executable file. + + + + + nparker@chromium.org + + Counts of DMG-like file types which were analyzed by the SafeBrowsing + download service that did NOT contain an executable file. + + + rsesek@chromium.org + + Replaced by SBClientDownload.DmgFile{Success,Failure}ByType in M51. + For each DMG file analyzed by the SafeBrowsing download service, records true if the analysis was successful, or false if there was an error @@ -43799,6 +43832,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. + + nparker@chromium.org + + Counts of DMG-like file types that were successfully analyzed by the + SafeBrowsing download service. + + + mattm@chromium.org @@ -80352,6 +80394,8 @@ To add a new entry, add it with any value and run test to compute valid value. + + -- cgit v1.1