Added sane defaults to all booleans

pull/355/head
matthijsvp 2022-05-06 13:48:12 +02:00
parent dcf34a680f
commit d04d453f47
1 changed files with 8 additions and 0 deletions

View File

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