mirror of
https://github.com/DISARMFoundation/DISARMframeworks.git
synced 2025-03-13 02:26:30 -04:00
Merge 269a9c14c9164daf47160d7c2052b721b28bfea0 into 49df5f649e16dfbf11e3859913c256c875c02692
This commit is contained in:
commit
4b1948a206
3955
Navigator Pages/1.6update.json
Normal file
3955
Navigator Pages/1.6update.json
Normal file
File diff suppressed because it is too large
Load Diff
8
Navigator Pages/Navigator.md
Normal file
8
Navigator Pages/Navigator.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Navigator Pages
|
||||
|
||||
This folder provides the function of storing json files which can be used to pre-generate framework pages in the [DISARM Navigator](https://disarmfoundation.github.io/disarm-navigator/)
|
||||
|
||||
The following is a list of json files contained in this folder, with descriptions:
|
||||
|
||||
- **1.6update.json:** All new techniques and sub-techniques introduced in the 1.6 framework update
|
||||
- **fullframework.json:** All framework content with IDs (used to skip the "Create new layer" stage)
|
2325
Navigator Pages/cib_mapping_framework.json
Normal file
2325
Navigator Pages/cib_mapping_framework.json
Normal file
File diff suppressed because it is too large
Load Diff
44
Navigator Pages/fullframework.json
Normal file
44
Navigator Pages/fullframework.json
Normal file
@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "layer",
|
||||
"versions": {
|
||||
"attack": "1",
|
||||
"navigator": "4.8.2",
|
||||
"layer": "4.4"
|
||||
},
|
||||
"domain": "DISARM",
|
||||
"description": "",
|
||||
"filters": {
|
||||
"platforms": [
|
||||
"Windows",
|
||||
"Linux",
|
||||
"Mac"
|
||||
]
|
||||
},
|
||||
"sorting": 0,
|
||||
"layout": {
|
||||
"layout": "flat",
|
||||
"aggregateFunction": "average",
|
||||
"showID": true,
|
||||
"showName": true,
|
||||
"showAggregateScores": false,
|
||||
"countUnscored": false
|
||||
},
|
||||
"hideDisabled": false,
|
||||
"techniques": [],
|
||||
"gradient": {
|
||||
"colors": [
|
||||
"#ff6666ff",
|
||||
"#ffe766ff",
|
||||
"#8ec843ff"
|
||||
],
|
||||
"minValue": 0,
|
||||
"maxValue": 100
|
||||
},
|
||||
"legendItems": [],
|
||||
"metadata": [],
|
||||
"links": [],
|
||||
"showTacticRowBackground": false,
|
||||
"tacticRowBackground": "#dddddd",
|
||||
"selectTechniquesAcrossTactics": true,
|
||||
"selectSubtechniquesWithParent": false
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user