From f8f117f1a46d8189044612dc6b752c952d6dab1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 21 Oct 2016 13:42:22 +0200 Subject: [PATCH] Cleanup --- pymisp/api.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pymisp/api.py b/pymisp/api.py index edd2a4e..16cacd1 100644 --- a/pymisp/api.py +++ b/pymisp/api.py @@ -76,9 +76,6 @@ class PyMISP(object): :param cert: Client certificate, as described there: http://docs.python-requests.org/en/master/user/advanced/#ssl-cert-verification """ -# TODO: interactive script to create a MISP event from scratch -# TODO: a parser to verify the validity of an event - # So it can may be accessed from the misp object. distributions = distributions threat_level = threat_level @@ -1026,6 +1023,7 @@ class PyMISP(object): return {'version': '{}.{}.{}'.format(master_version['major'], master_version['minor'], master_version['hotfix'])} else: return {'error': 'Impossible to retrieve the version of the master branch.'} + # ############## Export Attributes in text #################################### def get_all_attributes_txt(self, type_attr):