mirror of
https://github.com/DISARMFoundation/DISARMframeworks.git
synced 2025-06-24 22:50:32 -04:00
Merge 30a06da66f
into 49df5f649e
This commit is contained in:
commit
7e364bcd61
5 changed files with 10287 additions and 0 deletions
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
|
||||||
|
}
|
3955
Navigator Pages/layer (3).json
Normal file
3955
Navigator Pages/layer (3).json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue