зеркало из https://github.com/mozilla/MozDef.git
Add check for details on alert in plugin
This commit is contained in:
Родитель
fc3bd5e770
Коммит
9d7ea147a9
|
@ -59,6 +59,8 @@ def enrich(alert, known_ips):
|
|||
|
||||
alert = alert.copy()
|
||||
|
||||
if 'details' not in alert:
|
||||
alert['details'] = {}
|
||||
alert['details']['sites'] = []
|
||||
|
||||
for ip in set(ips):
|
||||
|
|
Загрузка…
Ссылка в новой задаче