mirror of https://github.com/MISP/misp-modules
correct error keys
parent
c14d05adef
commit
7195f33f5d
|
@ -154,7 +154,7 @@ def expand_pastries(api, misperror, **kwargs):
|
|||
if 'domain' in item:
|
||||
domains.extend(item['domain'])
|
||||
if 'ip' in item:
|
||||
ips.extend(item['ips'])
|
||||
ips.extend(item['ip'])
|
||||
if 'hostname' in item:
|
||||
domains.extend(item['hostname'])
|
||||
|
||||
|
|
Loading…
Reference in New Issue