PyMISP/pymisp
infosec-intern f08f744cc2 Formatted "Unknown MISP object" error message
When a user tries to add an object with a name that doesn't exist, the error thrown was missing its format string
This ended up looking like
pymisp.exceptions.UnknownMISPObjectTemplate: {} is unknown in the MISP object directory.
Here's a patch that adds self.name to the format string
2017-09-22 11:43:20 -06:00
..
data
tools update: make make_binary_objects more flexible 2017-09-20 11:44:55 +01:00
__init__.py fix: import the openioc converter from tool again 2017-09-20 11:24:51 +01:00
abstract.py
api.py
exceptions.py
mispevent.py Formatted "Unknown MISP object" error message 2017-09-22 11:43:20 -06:00