-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathtemplate.json
More file actions
50 lines (50 loc) · 822 Bytes
/
template.json
File metadata and controls
50 lines (50 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "DataCoverage",
"version": "2.2",
"domain": "mitre-enterprise",
"description": "",
"filters": {
"stages": [
"act"
],
"platforms": [
"windows",
"linux",
"mac"
]
},
"sorting": 0,
"viewMode": 0,
"hideDisabled": false,
"techniques" : [],
"gradient": {
"colors": [
"#ffffff",
"#edfbff",
"#d0f4ff",
"#b8daf5",
"#427ba9",
"#0c1b33"
],
"minValue": 0,
"maxValue": 2100
},
"legendItems": [
{
"label": "Low Coverage",
"color": "#ffffff"
},
{
"label": "Medium Coverage",
"color": "#76aad4"
},
{
"label": "Pretty Good Coverage",
"color": "#0c1b33"
}
],
"metadata": [],
"showTacticRowBackground": false,
"tacticRowBackground": "#dddddd",
"selectTechniquesAcrossTactics": true
}