mirror of https://github.com/MISP/misp-modules
Bug fix
parent
4e00e60951
commit
702158ab16
|
@ -338,6 +338,7 @@ def apiosintParserHover(ispersistent, response, import_related, stix):
|
|||
else:
|
||||
notfound = item["item"] + " IS NOT listed by OSINT.digitalside.it. Date list: " + response[key]["list"]["date"]
|
||||
ret.append({"types": ["comment"], "values": [notfound]})
|
||||
retHover.append({"types": ["comment"], "values": [notfound]})
|
||||
|
||||
if ispersistent == 0:
|
||||
return ret
|
||||
|
|
Loading…
Reference in New Issue