diff --git a/objects/vulnerability/definition.json b/objects/vulnerability/definition.json index 7e1525ef..9ccafadc 100644 --- a/objects/vulnerability/definition.json +++ b/objects/vulnerability/definition.json @@ -81,6 +81,11 @@ "misp-attribute": "text", "ui-priority": 0 }, + "impact": { + "description": "Impact of the vulnerability", + "misp-attribute": "text", + "ui-priority": 0 + }, "vulnerable-configuration": { "description": "The vulnerable configuration is described in CPE format", "misp-attribute": "cpe", @@ -102,5 +107,5 @@ "payload" ], "uuid": "81650945-f186-437b-8945-9f31715d32da", - "version": 10 -} \ No newline at end of file + "version": 11 +}