From 6b6c136b9c4b801bf92e516533cbdb8870a68090 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 28 Aug 2020 11:23:10 +0200 Subject: [PATCH] chg: [vulnerability] vulnerability is is now a vulnerability type The vulnerability type is an official CVE number. We might need to add in the future a new attribute in the object for non-CVE id of a vulnerability or adding other id type in the object. This commit fixes #234 --- objects/vulnerability/definition.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/objects/vulnerability/definition.json b/objects/vulnerability/definition.json index 1bfca53..231450a 100644 --- a/objects/vulnerability/definition.json +++ b/objects/vulnerability/definition.json @@ -32,7 +32,7 @@ }, "id": { "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": "text", + "misp-attribute": "vulnerability", "multiple": true, "ui-priority": 0 }, @@ -94,5 +94,5 @@ "id" ], "uuid": "81650945-f186-437b-8945-9f31715d32da", - "version": 6 -} \ No newline at end of file + "version": 7 +}