Skip to content

Commit 92843a6

Browse files
committed
udpate
1 parent 9b5fbf0 commit 92843a6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

dojo/settings/settings.dist.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,6 @@ def saml2_attrib_map_format(din):
12671267
"Dockle Scan": ["title", "description", "vuln_id_from_tool"],
12681268
"Dependency Track Finding Packaging Format (FPF) Export": ["component_name", "component_version", "vulnerability_ids"],
12691269
"Horusec Scan": ["title", "description", "file_path", "line"],
1270-
"Mobsfscan Scan": ["title", "severity", "cwe", "file_path", "description"],
12711270
"Tenable Scan": ["title", "severity", "vulnerability_ids", "cwe", "description"],
12721271
"Nexpose Scan": ["title", "severity", "vulnerability_ids", "cwe"],
12731272
# possible improvement: in the scanner put the library name into file_path, then dedup on cwe + file_path + severity
@@ -1328,7 +1327,7 @@ def saml2_attrib_map_format(din):
13281327
"HCLAppScan XML": ["title", "description"],
13291328
"HCL AppScan on Cloud SAST XML": ["title", "file_path", "line", "severity"],
13301329
"KICS Scan": ["file_path", "line", "severity", "description", "title"],
1331-
"MobSF Scan": ["title", "description", "severity"],
1330+
"MobSF Scan": ["title", "severity", "cwe", "file_path", "description"],
13321331
"MobSF Scorecard Scan": ["title", "description", "severity"],
13331332
"OSV Scan": ["title", "description", "severity"],
13341333
"Snyk Code Scan": ["vuln_id_from_tool", "file_path"],
@@ -1386,7 +1385,6 @@ def saml2_attrib_map_format(din):
13861385
"Cloudsploit Scan": True,
13871386
"SonarQube Scan": False,
13881387
"Dependency Check Scan": True,
1389-
"Mobsfscan Scan": False,
13901388
"Tenable Scan": True,
13911389
"Nexpose Scan": True,
13921390
"NPM Audit Scan": True,
@@ -1495,7 +1493,6 @@ def saml2_attrib_map_format(din):
14951493
"Crunch42 Scan": DEDUPE_ALGO_UNIQUE_ID_FROM_TOOL,
14961494
"Dependency Track Finding Packaging Format (FPF) Export": DEDUPE_ALGO_HASH_CODE,
14971495
"Horusec Scan": DEDUPE_ALGO_HASH_CODE,
1498-
"Mobsfscan Scan": DEDUPE_ALGO_HASH_CODE,
14991496
"SonarQube Scan detailed": DEDUPE_ALGO_UNIQUE_ID_FROM_TOOL,
15001497
"SonarQube Scan": DEDUPE_ALGO_HASH_CODE,
15011498
"SonarQube API Import": DEDUPE_ALGO_HASH_CODE,

0 commit comments

Comments
 (0)