Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ protected static String getDefectDojoScanName(String securityTestName) {
scannerDefectDojoMapping.put("nmap", "Nmap Scan");
scannerDefectDojoMapping.put("zap", "ZAP Scan");

// Map amass-nmap raw results to be imported as Nmap Results
scannerDefectDojoMapping.put("amass-nmap", "Nmap Scan");

// Nikto is a supported tool as well but currently not accessible for supported import.
// Nikto thus will use Generic Findings Import.

Expand Down