View Issue Details

IDProjectCategoryView StatusLast Update
0000111fileGeneralpublic2019-11-02 18:44
Reporterdoronbehar Assigned Tochristos  
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version5.37 
Summary0000111: Support for brotli compressed file detection
Descriptionhttps://en.wikipedia.org/wiki/Brotli, is a new compression algorithm implemented by google. It is already supported by most browsers. it seems it's mime type should be `application/x-brotli`. Currently, `file` detects it as `application/octet-stream`.

It seems that Google's implementation doesn't include the magic bytes needed for libmagic to detect it - there's an open issue about it: https://github.com/google/brotli/issues/727 So I thought an issue should be opened here as well.
Tagsmagic

Activities

christos

2019-11-02 18:44

manager   ~0003329

Yes, this needs to be changed upstream.

Issue History

Date Modified Username Field Change
2019-10-06 10:20 doronbehar New Issue
2019-10-06 10:20 doronbehar Tag Attached: magic
2019-11-02 18:44 christos Assigned To => christos
2019-11-02 18:44 christos Status new => acknowledged
2019-11-02 18:44 christos Note Added: 0003329