mirror of
https://github.com/mvt-project/mvt.git
synced 2026-08-15 23:50:56 +02:00
Optionally loading indicators description
This commit is contained in:
@@ -98,7 +98,7 @@ class Indicators:
|
|||||||
if entry_type == "malware":
|
if entry_type == "malware":
|
||||||
malware[entry["id"]] = {
|
malware[entry["id"]] = {
|
||||||
"name": entry["name"],
|
"name": entry["name"],
|
||||||
"description": entry["description"],
|
"description": entry.get("description", ""),
|
||||||
}
|
}
|
||||||
elif entry_type == "indicator":
|
elif entry_type == "indicator":
|
||||||
indicators.append(entry)
|
indicators.append(entry)
|
||||||
|
|||||||
Reference in New Issue
Block a user