Merge 269a9c14c9164daf47160d7c2052b721b28bfea0 into 49df5f649e16dfbf11e3859913c256c875c02692

This commit is contained in:
adam-disarm 2025-02-17 05:04:07 +02:00 committed by GitHub
commit 4b1948a206
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6332 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View 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)

File diff suppressed because it is too large Load Diff

View 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
}