File tree Expand file tree Collapse file tree 1 file changed +32
-30
lines changed
Expand file tree Collapse file tree 1 file changed +32
-30
lines changed Original file line number Diff line number Diff line change @@ -17,36 +17,38 @@ 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- "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 ,
20+ "amass" : true ,
21+ "angularjs-csti-scanner" : true ,
22+ "cmseek" : true ,
23+ "doggo" : true ,
24+ "ffuf" : true ,
25+ "git-repo-scanner" : true ,
26+ "gitleaks" : true ,
27+ "kube-hunter" : true ,
28+ "kubeaudit" : true ,
29+ "ncrack" : true ,
30+ "nikto" : true ,
31+ "nmap" : true ,
32+ "nuclei" : true ,
33+ "screenshooter" : true ,
34+ "semgrep" : true ,
35+ "ssh-audit" : true ,
36+ "ssh-scan" : true ,
37+ "sslyze" : true ,
38+ "trivy-filesystem" : true ,
39+ "trivy-image" : true ,
40+ "trivy-repo" : true ,
41+ "trivy-sbom-image" : true ,
42+ "trivy" : true ,
43+ "typo3scan" : true ,
44+ "whatweb" : true ,
45+ "wpscan" : true ,
46+ "zap-advanced-scan" : true ,
47+ "zap-api-scan" : true ,
48+ "zap-automation-scan" : true ,
49+ "zap-baseline-scan" : true ,
50+ "zap-full-scan" : true ,
51+ "other" : true ,
5052}
5153
5254// TelemetryData submitted by telemetry client in operator
You can’t perform that action at this time.
0 commit comments