diff --git a/objects/exploit/definition.json b/objects/exploit/definition.json index 22ec156..f5d040d 100644 --- a/objects/exploit/definition.json +++ b/objects/exploit/definition.json @@ -35,6 +35,11 @@ "multiple": true, "ui-priority": 0 }, + "description": { + "description": "Description of the exploit.", + "misp-attribute": "text", + "ui-priority": 1 + }, "exploit": { "description": "Free text of the exploit.", "misp-attribute": "text", @@ -76,6 +81,11 @@ "misp-attribute": "link", "multiple": true, "ui-priority": 0 + }, + "title": { + "description": "Title of the exploit.", + "misp-attribute": "text", + "ui-priority": 1 } }, "description": "Exploit object describes a program in binary or source code form used to abuse one or more vulnerabilities.",