mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] Bump version of navigator json to 3.0 + fix booleans
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Playbook",
|
"name": "Playbook",
|
||||||
"version": "2.2",
|
"version": "3.0",
|
||||||
"domain": "mitre-enterprise",
|
"domain": "mitre-enterprise",
|
||||||
"description": "Current Coverage of Playbook",
|
"description": "Current Coverage of Playbook",
|
||||||
"filters": {
|
"filters": {
|
||||||
@@ -13,16 +13,15 @@
|
|||||||
},
|
},
|
||||||
"sorting": 0,
|
"sorting": 0,
|
||||||
"viewMode": 0,
|
"viewMode": 0,
|
||||||
"hideDisabled": "false",
|
"hideDisabled": false,
|
||||||
"techniques": [{
|
"techniques": [],
|
||||||
}],
|
|
||||||
"gradient": {
|
"gradient": {
|
||||||
"colors": ["#ff6666", "#ffe766", "#8ec843"],
|
"colors": ["#ff6666", "#ffe766", "#8ec843"],
|
||||||
"minValue": 0,
|
"minValue": 0,
|
||||||
"maxValue": 100
|
"maxValue": 100
|
||||||
},
|
},
|
||||||
"metadata": [],
|
"metadata": [],
|
||||||
"showTacticRowBackground": "false",
|
"showTacticRowBackground": false,
|
||||||
"tacticRowBackground": "#dddddd",
|
"tacticRowBackground": "#dddddd",
|
||||||
"selectTechniquesAcrossTactics": "true"
|
"selectTechniquesAcrossTactics": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user