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 Bump misp object 2017-09-18 11:37:09 +01:00
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 Properly initialize a new malware sample 2017-09-18 15:37:55 +01:00
api.py Merge branch 'objects' 2017-09-18 11:43:48 +01:00
exceptions.py Merge branch 'objects' 2017-09-18 11:43:48 +01:00
mispevent.py Formatted "Unknown MISP object" error message 2017-09-22 11:43:20 -06:00