Skip to content

Commit ccbae5f

Browse files
authored
Merge pull request #2 from secureCodeBox/generic_scb_import
renamed/added some scan type mappings
2 parents 5192f44 + 87f15db commit ccbae5f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ publishing {
4848
name = 'Robert Seedorff'
4949
email = 'robert.seedorff@iteratec.com'
5050
}
51+
developer {
52+
id = 'johannes.zahn'
53+
name = 'Johannes Zahn'
54+
email = 'johannes.zahn@iteratec.com'
55+
}
5156
}
5257
scm {
5358
connection = 'scm:git@github.com:secureCodeBox/defectdojo-client-java.git'

src/main/java/io/securecodebox/persistence/defectdojo/ScanType.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public enum ScanType {
7878
NESSUS_SCAN("Nessus Scan"),
7979
NETSPARKER_SCAN("Netsparker Scan"),
8080
NEXPOSE_SCAN("Nexpose Scan"),
81-
NIKTO_XML_SCAN("Nikto Scan"),
81+
NIKTO_SCAN("Nikto Scan"),
8282
NMAP_XML_SCAN("Nmap Scan"),
8383
NODE_SECURITY_PLATFORM_SCAN("Node Security Platform Scan"),
8484
NPM_AUDIT_SCAN("NPM Audit Scan"),
@@ -97,6 +97,7 @@ public enum ScanType {
9797
RISK_RECON_API_IMPORTER("Risk Recon API Importer"),
9898
SAFETY_SCAN("Safety Scan"),
9999
SARIF_SCAN("SARIF"),
100+
SECURECODEBOX_FINDINGS_IMPORT("SecureCodeBox Findings Import"),
100101
SECURITY_RESEARCH("Security Research"),
101102
SKF_SCAN("SKF Scan"),
102103
SNYK_SCAN("Snyk Scan"),

0 commit comments

Comments
 (0)