forked from canada-ca/tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscanSummaryCriteria.json
More file actions
58 lines (58 loc) · 1.15 KB
/
scanSummaryCriteria.json
File metadata and controls
58 lines (58 loc) · 1.15 KB
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
51
52
53
54
55
56
57
58
{
"httpsScanSummaryCriteria": {
"pass": [""],
"fail": [
"https2",
"https3",
"https4",
"https5",
"https6",
"https7",
"https8",
"https9",
"https10",
"https13",
"https14",
"https15"
],
"info": [
"https1",
"https16"
]
},
"sslScanSummaryCriteria": {
"pass": ["ssl5"],
"fail": [
"ssl2",
"ssl3",
"ssl4",
"ssl6",
"ssl7",
"ssl8"
],
"info": ["ssl1"]
},
"dkimScanSummaryCriteria": {
"pass": ["dkim7",
"dkim8"],
"fail": [
"dkim2",
"dkim3",
"dkim4",
"dkim5",
"dkim6",
"dkim9",
"dkim11",
"dkim12"
],
"warning": ["dkim10",
"dkim13"],
"info": ["dkim1"]
},
"spfScanSummaryCriteria": {
"pass": "spf12"
},
"dmarcScanSummaryCriteria": {
"pass": "dmarc23"
}
}