File tree Expand file tree Collapse file tree 1 file changed +30
-25
lines changed
Expand file tree Collapse file tree 1 file changed +30
-25
lines changed Original file line number Diff line number Diff line change @@ -17,31 +17,36 @@ import (
1717// officialScanTypes contains the list of official secureCodeBox Scan Types.
1818// Unofficial Scan Types should be reported as "other" to avoid leakage of confidential data via the scan-types name
1919var officialScanTypes map [string ]bool = map [string ]bool {
20- "amass" : true ,
21- "angularjs-csti-scanner" : true ,
22- "cmseek" : true ,
23- "git-repo-scanner" : true ,
24- "gitleaks" : true ,
25- "kube-hunter" : true ,
26- "kubeaudit" : true ,
27- "ncrack" : true ,
28- "nikto" : true ,
29- "nmap" : true ,
30- "nuclei" : true ,
31- "screenshooter" : true ,
32- "semgrep" : true ,
33- "ssh-audit" : true ,
34- "ssh-scan" : true ,
35- "sslyze" : true ,
36- "trivy" : true ,
37- "typo3scan" : true ,
38- "whatweb" : true ,
39- "wpscan" : true ,
40- "zap-baseline-scan" : true ,
41- "zap-api-scan" : true ,
42- "zap-full-scan" : true ,
43- "zap-advanced-scan" : true ,
44- "other" : true ,
20+ "amass" : true ,
21+ "cmseek" : true ,
22+ "doggo" : true ,
23+ "ffuf" : true ,
24+ "git-repo-scanner" : true ,
25+ "gitleaks" : true ,
26+ "kube-hunter" : true ,
27+ "kubeaudit" : true ,
28+ "ncrack" : true ,
29+ "nikto" : true ,
30+ "nmap" : true ,
31+ "nuclei" : true ,
32+ "screenshooter" : true ,
33+ "semgrep" : true ,
34+ "ssh-audit" : true ,
35+ "ssh-scan" : true ,
36+ "sslyze" : true ,
37+ "trivy-image" : true ,
38+ "trivy-filesystem" : true ,
39+ "trivy-repo" : true ,
40+ "trivy-sbom-image" : true ,
41+ "typo3scan" : true ,
42+ "whatweb" : true ,
43+ "wpscan" : true ,
44+ "zap-baseline-scan" : true ,
45+ "zap-api-scan" : true ,
46+ "zap-full-scan" : true ,
47+ "zap-automation-scan" : true ,
48+ "zap-advanced-scan" : true ,
49+ "other" : true ,
4550}
4651
4752// TelemetryData submitted by telemetry client in operator
You can’t perform that action at this time.
0 commit comments