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
tools
__init__.py
abstract.py
api.py fix: Upload of STIX document with non-ascii characters 2021-09-09 16:58:27 +02:00
exceptions.py
mispevent.py
py.typed