mirror of https://github.com/MISP/misp-objects
Fixed disable_correlation variable type
parent
7966c58db9
commit
fd74fac62b
|
@ -5,7 +5,7 @@
|
|||
"attributes": {
|
||||
"text": {
|
||||
"description": "A description of the entity.",
|
||||
"disable_correlation": "true",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
|
@ -43,6 +43,6 @@
|
|||
"version": 1,
|
||||
"description": "An object to describe a legal entity.",
|
||||
"meta-category": "misc",
|
||||
"uuid": "",
|
||||
"uuid": "14f5688f-d89c-469f-9878-c48bf6c41c65",
|
||||
"name": "legal-entity"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue