PyMISP/pymisp
Troy Ross 17ebfe86ab Previously file object was reporting the libmagic description of a file
instead of the mimetype. According to [MISP DataModels](https://www.misp-project.org/datamodels/#types)
```
mime-type: A media type (also MIME type and content type) is a two-part identifier for file formats and format contents transmitted on the Internet
```
more precisely defined in [RFC2045](https://tools.ietf.org/html/rfc2045) and others.

The description returned by libmagic is more useful than the generic mime-type,
but I did not find a place to put the description in the current data model.
2020-06-14 10:48:29 -06:00
..
data new: Add helper and test case for GitVulnFinderObject 2020-05-26 15:37:24 +02:00
tools Previously file object was reporting the libmagic description of a file 2020-06-14 10:48:29 -06:00
__init__.py chg: Bump version 2020-05-18 12:34:09 +02:00
abstract.py fix: Deleted is not always required in the feed export 2020-05-26 11:36:53 +02:00
api.py chg: Remove extra parameter in change_user_password 2020-06-02 10:08:17 +02:00
exceptions.py chg: Bump deps, add pep8 test 2020-01-30 11:44:13 +01:00
mispevent.py fix: Do not fail if the attribute value is not a string 2020-05-29 01:23:34 +02:00
py.typed