PyMISP/pymisp
Raphaël Vinot 253730759a fix: Upload of STIX document with non-ascii characters
Due to: https://github.com/psf/requests/issues/5560

TL;DR: a variable of type str passed to data in a POST request will be
silently re-encoded to ISO-8859-1, making MISP barf on the other side.
2021-09-09 16:58:27 +02:00
..
data chg: Bump live tests 2021-09-07 14:26:22 +02:00
tools Revert "chg: Remove legacy stix converter." 2021-08-05 11:10:33 +02:00
__init__.py chg: Bump version 2021-08-05 11:32:28 +02:00
abstract.py new: `to_dict` method supports `json_format` parameter 2021-06-29 13:28:24 +02:00
api.py fix: Upload of STIX document with non-ascii characters 2021-09-09 16:58:27 +02:00
exceptions.py new: Add in ability to create/update/delete MISP Event Reports 2021-02-01 13:21:03 +01:00
mispevent.py chg: Bump live tests 2021-09-07 14:26:22 +02:00
py.typed chg: Refactorize typing, validate 2020-01-23 10:27:40 +01:00