From b87cafc35e4fea4b342de708a754c5f272631b00 Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Thu, 10 Aug 2023 11:39:44 +0200 Subject: [PATCH] fix: [malware] Fixed `is_family` attribute type --- objects/malware/definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/malware/definition.json b/objects/malware/definition.json index 89162d0..69e3f73 100644 --- a/objects/malware/definition.json +++ b/objects/malware/definition.json @@ -112,7 +112,7 @@ "is_family": { "description": "Defines whether the object represents a malware family or a malware instance.", "disable_correlation": true, - "misp-attribute": "bool", + "misp-attribute": "boolean", "ui-priority": 1 }, "last_seen": {