Ann missing categories in the authorized ones.

pull/9/head
Raphaël Vinot 2016-04-05 02:03:30 +02:00
parent 14f05fc9af
commit 7be215a732
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ class PyMISP(object):
def prepare_attribute(self, event_id, distribution, to_ids, category, info,
analysis, threat_level_id):
to_post = {'request': {}}
authorized_categs = ['Payload delivery', 'Artifacts dropped', 'Payload Installation', 'External Analysis']
authorized_categs = ['Payload delivery', 'Artifacts dropped', 'Payload Installation', 'External Analysis', 'Network activity', 'Antivirus detection']
if event_id is not None:
try: