Optionally loading indicators description

This commit is contained in:
Nex 2022-06-24 15:14:33 +02:00
parent 3899dce353
commit 0d75dc3ba0
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class Indicators:
if entry_type == "malware":
malware[entry["id"]] = {
"name": entry["name"],
"description": entry["description"],
"description": entry.get("description", ""),
}
elif entry_type == "indicator":
indicators.append(entry)