fix: [malware] Fixed `is_family` attribute type

pull/403/head
Christian Studer 2023-08-10 11:39:44 +02:00
parent a9f836f751
commit b87cafc35e
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 1 additions and 1 deletions

View File

@ -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": {