add comment

pull/197/head
Sebdraven 2018-06-22 15:14:44 +02:00
parent 8d03354399
commit 96c829470d
1 changed files with 2 additions and 1 deletions

View File

@ -335,7 +335,8 @@ def expand_threatlist(api, misperror,**kwargs):
r.append({'types': ['comment'], r.append({'types': ['comment'],
'categories': ['Other'], 'categories': ['Other'],
'values': threat_list 'values': threat_list,
'comment': '%s is present in threatlist' % query
}) })
return r,status_ok return r,status_ok