forked from CMSgov/saf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontroltable.json
32 lines (32 loc) · 1.28 KB
/
controltable.json
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
{
"controlTable" : [
{
"legend" : [
{
"name" : "InSpec",
"desc" : "Chef InSpec (and our InSpec profiles): tool for assessing configuration settings, vulnerabilities, and least functionality"
},
{
"name" : "SonarQ",
"desc" : "SonarQube: open-source static code security analysis tool"
},
{
"name" : "Fortify",
"desc" : "HP Fortify: commercial static code security analysis tool"
},
{
"name" : "ZAP",
"desc" : "OWASP ZAP: open-source dynamic application security analysis tool"
},
{
"name" : "Burp",
"desc" : "Burp Suite Pro: commercial dynamic application security analysis tool"
},
{
"name" : "Column Selector Options",
"desc" : "<span class=\"checkbox\">☒</span> show all cells, <span class=\"checkbox\">☑</span> show filled cells, <span class=\"checkbox\">☐</span> show blank cells"
}
]
}
]
}