mirror of https://github.com/MISP/misp-objects
fix: [malware] Fixed `is_family` attribute type
parent
a9f836f751
commit
b87cafc35e
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue