Skip to content

Commit d3d56b3

Browse files
committed
udpate
1 parent bafbecd commit d3d56b3

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
@@ -1265,7 +1265,6 @@ def saml2_attrib_map_format(din):
12651265
"Dockle Scan": ["title", "description", "vuln_id_from_tool"],
12661266
"Dependency Track Finding Packaging Format (FPF) Export": ["component_name", "component_version", "vulnerability_ids"],
12671267
"Horusec Scan": ["title", "description", "file_path", "line"],
1268-
"Mobsfscan Scan": ["title", "severity", "cwe", "file_path", "description"],
12691268
"Tenable Scan": ["title", "severity", "vulnerability_ids", "cwe", "description"],
12701269
"Nexpose Scan": ["title", "severity", "vulnerability_ids", "cwe"],
12711270
# possible improvement: in the scanner put the library name into file_path, then dedup on cwe + file_path + severity
@@ -1326,7 +1325,7 @@ def saml2_attrib_map_format(din):
13261325
"HCLAppScan XML": ["title", "description"],
13271326
"HCL AppScan on Cloud SAST XML": ["title", "file_path", "line", "severity"],
13281327
"KICS Scan": ["file_path", "line", "severity", "description", "title"],
1329-
"MobSF Scan": ["title", "description", "severity"],
1328+
"MobSF Scan": ["title", "severity", "cwe", "file_path", "description"],
13301329
"MobSF Scorecard Scan": ["title", "description", "severity"],
13311330
"OSV Scan": ["title", "description", "severity"],
13321331
"Snyk Code Scan": ["vuln_id_from_tool", "file_path"],
@@ -1384,7 +1383,6 @@ def saml2_attrib_map_format(din):
13841383
"Cloudsploit Scan": True,
13851384
"SonarQube Scan": False,
13861385
"Dependency Check Scan": True,
1387-
"Mobsfscan Scan": False,
13881386
"Tenable Scan": True,
13891387
"Nexpose Scan": True,
13901388
"NPM Audit Scan": True,
@@ -1491,7 +1489,6 @@ def saml2_attrib_map_format(din):
14911489
"Crunch42 Scan": DEDUPE_ALGO_UNIQUE_ID_FROM_TOOL,
14921490
"Dependency Track Finding Packaging Format (FPF) Export": DEDUPE_ALGO_HASH_CODE,
14931491
"Horusec Scan": DEDUPE_ALGO_HASH_CODE,
1494-
"Mobsfscan Scan": DEDUPE_ALGO_HASH_CODE,
14951492
"SonarQube Scan detailed": DEDUPE_ALGO_UNIQUE_ID_FROM_TOOL,
14961493
"SonarQube Scan": DEDUPE_ALGO_HASH_CODE,
14971494
"SonarQube API Import": DEDUPE_ALGO_HASH_CODE,

0 commit comments

Comments
 (0)