mirror of https://github.com/MISP/misp-objects
Added sane defaults to all booleans
parent
dcf34a680f
commit
d04d453f47
|
@ -22,12 +22,20 @@
|
||||||
"description": "Was data leaked in this incident?",
|
"description": "Was data leaked in this incident?",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "boolean",
|
"misp-attribute": "boolean",
|
||||||
|
"sane_default": [
|
||||||
|
"True",
|
||||||
|
"False"
|
||||||
|
],
|
||||||
"ui-priority": 890
|
"ui-priority": 890
|
||||||
},
|
},
|
||||||
"data_stolen": {
|
"data_stolen": {
|
||||||
"description": "Was data exfiltrated in this incident?",
|
"description": "Was data exfiltrated in this incident?",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "boolean",
|
"misp-attribute": "boolean",
|
||||||
|
"sane_default": [
|
||||||
|
"True",
|
||||||
|
"False"
|
||||||
|
],
|
||||||
"ui-priority": 900
|
"ui-priority": 900
|
||||||
},
|
},
|
||||||
"discount": {
|
"discount": {
|
||||||
|
|
Loading…
Reference in New Issue