Closed Bug 1531322 Opened 5 years ago Closed 5 years ago

Add "bin" to the list of executable extensions in download protection

Categories

(Toolkit :: Safe Browsing, enhancement, P1)

enhancement

Tracking

()

RESOLVED FIXED
mozilla67
Tracking Status
firefox67 --- fixed

People

(Reporter: dlee, Assigned: dlee)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

diff --git a/download_file_types.asciipb b/download_file_types.asciipb
index 167a178..0cb3825 100644
--- a/download_file_types.asciipb
+++ b/download_file_types.asciipb
@@ -8,7 +8,7 @@

Top level settings

-version_id: 30
+version_id: 31
sampled_ping_probability: 0.01
max_archived_binaries_to_report: 10
default_file_type {
@@ -26,11 +26,6 @@ default_file_type {

Files that are not dangerous, and are popular enough that we'd like to

exclude them from download pings.

-file_types {

  • extension: "bin"
  • uma_value: 159
  • ping_setting: SAMPLED_PING
    -}
    file_types {
    extension: "jpg"
    uma_value: 322
    @@ -190,6 +185,15 @@ file_types {
    is_archive: true
    ping_setting: FULL_PING
    }
    +file_types {
  • On MacOS, BIN files are automatically extracted as ZIPs

  • See: http://crbug/933637

  • extension: "bin"
  • uma_value: 159
  • is_archive: true
  • ping_setting: FULL_PING
  • inspection_type: ZIP
    +}
    file_types {
    extension: "bz"
Pushed by dlee@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d5f2a2a21c15
Add "bin" to the list of executable extensions in download protection. r=gcp
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: