From aef6658b901f02b170f176eef025cba0746c43d6 Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Mon, 2 Feb 2026 21:47:08 +0900 Subject: [PATCH] chg: [Vulnerability] update UI priority to ensure CVE-ID is displayed at the top --- objects/vulnerability/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/vulnerability/definition.json b/objects/vulnerability/definition.json index f8b2f5b6..15cb7557 100644 --- a/objects/vulnerability/definition.json +++ b/objects/vulnerability/definition.json @@ -34,7 +34,7 @@ "description": "Vulnerability ID (generally CVE, but not necessarely). The id is not required as the object itself has an UUID and the CVE id can be update or assigned later.", "misp-attribute": "vulnerability", "multiple": true, - "ui-priority": 0 + "ui-priority": 2 }, "impact": { "description": "Impact of the vulnerability", @@ -107,5 +107,5 @@ "payload" ], "uuid": "81650945-f186-437b-8945-9f31715d32da", - "version": 11 + "version": 12 } \ No newline at end of file