PyMISP/pymisp
Raphaël Vinot 8175a0ecf0 Security fix: do not try to load any valid path as a MISP Event.
The MISP Event loader was trying to open any string passed as parameter
if is an existing filepath. Anything that isn't a valid MISP event would
raise an exception, but I can see it used for malicous purposes.

load_file is will do the same, but the user can decide if it is safe to
use.
2017-02-27 11:28:12 +01:00
..
data Update bundled-in describeTypes.json 2017-02-10 16:57:52 +01:00
tools Allow to update an event by UUID, syntax fixes. 2017-01-16 14:41:32 -05:00
__init__.py Version dump 2017-02-09 16:41:01 +01:00
api.py Allow filenames with regexes. 2017-02-23 16:59:37 +01:00
exceptions.py
mispevent.py Security fix: do not try to load any valid path as a MISP Event. 2017-02-27 11:28:12 +01:00