From 38aef580be57c8416cfae7679448cc045220fbc9 Mon Sep 17 00:00:00 2001 From: Jeroen Pinoy Date: Sun, 11 Jan 2026 23:10:45 +0100 Subject: [PATCH] chg: add impact field to vulnerability object type --- objects/vulnerability/definition.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 +}