From 38aef580be57c8416cfae7679448cc045220fbc9 Mon Sep 17 00:00:00 2001 From: Jeroen Pinoy Date: Sun, 11 Jan 2026 23:10:45 +0100 Subject: [PATCH 1/2] 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 +} From 948d38d2ad35ef724838a660172b4c5632e8a783 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 12 Jan 2026 08:10:17 +0100 Subject: [PATCH 2/2] chg: [vulnerability] jq all the things --- objects/vulnerability/definition.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/objects/vulnerability/definition.json b/objects/vulnerability/definition.json index 9ccafadc..f8b2f5b6 100644 --- a/objects/vulnerability/definition.json +++ b/objects/vulnerability/definition.json @@ -36,6 +36,11 @@ "multiple": true, "ui-priority": 0 }, + "impact": { + "description": "Impact of the vulnerability", + "misp-attribute": "text", + "ui-priority": 0 + }, "modified": { "description": "Last modification date", "disable_correlation": true, @@ -81,11 +86,6 @@ "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", @@ -108,4 +108,4 @@ ], "uuid": "81650945-f186-437b-8945-9f31715d32da", "version": 11 -} +} \ No newline at end of file