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