mirror of https://github.com/MISP/misp-modules
correct bugs
parent
e9c18b3d5f
commit
8d03354399
|
@ -335,7 +335,7 @@ def expand_threatlist(api, misperror,**kwargs):
|
||||||
|
|
||||||
r.append({'types': ['comment'],
|
r.append({'types': ['comment'],
|
||||||
'categories': ['Other'],
|
'categories': ['Other'],
|
||||||
'values': [threat_list]
|
'values': threat_list
|
||||||
})
|
})
|
||||||
|
|
||||||
return r,status_ok
|
return r,status_ok
|
||||||
|
|
Loading…
Reference in New Issue