Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit 81dd14f

Browse files
authored
Merge pull request #66 from secureCodeBox/fix/combined-scan-defect-dojo
Marked combined nmap-amass scan results as nmap
2 parents 24f8c5f + 4bdf7c9 commit 81dd14f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scb-persistenceproviders/defectdojo-persistenceprovider/src/main/java/io/securecodebox/persistence/DefectDojoPersistenceProvider.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,9 @@ protected static String getDefectDojoScanName(String securityTestName) {
212212
scannerDefectDojoMapping.put("nmap", "Nmap Scan");
213213
scannerDefectDojoMapping.put("zap", "ZAP Scan");
214214

215+
// Map amass-nmap raw results to be imported as Nmap Results
216+
scannerDefectDojoMapping.put("amass-nmap", "Nmap Scan");
217+
215218
// Nikto is a supported tool as well but currently not accessible for supported import.
216219
// Nikto thus will use Generic Findings Import.
217220

0 commit comments

Comments
 (0)