@@ -1272,7 +1272,6 @@ def saml2_attrib_map_format(din):
12721272 "Dockle Scan" : ["title" , "description" , "vuln_id_from_tool" ],
12731273 "Dependency Track Finding Packaging Format (FPF) Export" : ["component_name" , "component_version" , "vulnerability_ids" ],
12741274 "Horusec Scan" : ["title" , "description" , "file_path" , "line" ],
1275- "Mobsfscan Scan" : ["title" , "severity" , "cwe" , "file_path" , "description" ],
12761275 "Tenable Scan" : ["title" , "severity" , "vulnerability_ids" , "cwe" , "description" ],
12771276 "Nexpose Scan" : ["title" , "severity" , "vulnerability_ids" , "cwe" ],
12781277 # possible improvement: in the scanner put the library name into file_path, then dedup on cwe + file_path + severity
@@ -1333,7 +1332,7 @@ def saml2_attrib_map_format(din):
13331332 "HCLAppScan XML" : ["title" , "description" ],
13341333 "HCL AppScan on Cloud SAST XML" : ["title" , "file_path" , "line" , "severity" ],
13351334 "KICS Scan" : ["file_path" , "line" , "severity" , "description" , "title" ],
1336- "MobSF Scan" : ["title" , "description " , "severity " ],
1335+ "MobSF Scan" : ["title" , "severity " , "cwe" , "file_path" , "description " ],
13371336 "MobSF Scorecard Scan" : ["title" , "description" , "severity" ],
13381337 "OSV Scan" : ["title" , "description" , "severity" ],
13391338 "Snyk Code Scan" : ["vuln_id_from_tool" , "file_path" ],
@@ -1392,7 +1391,6 @@ def saml2_attrib_map_format(din):
13921391 "Cloudsploit Scan" : True ,
13931392 "SonarQube Scan" : False ,
13941393 "Dependency Check Scan" : True ,
1395- "Mobsfscan Scan" : False ,
13961394 "Tenable Scan" : True ,
13971395 "Nexpose Scan" : True ,
13981396 "NPM Audit Scan" : True ,
@@ -1502,7 +1500,6 @@ def saml2_attrib_map_format(din):
15021500 "Crunch42 Scan" : DEDUPE_ALGO_UNIQUE_ID_FROM_TOOL ,
15031501 "Dependency Track Finding Packaging Format (FPF) Export" : DEDUPE_ALGO_HASH_CODE ,
15041502 "Horusec Scan" : DEDUPE_ALGO_HASH_CODE ,
1505- "Mobsfscan Scan" : DEDUPE_ALGO_HASH_CODE ,
15061503 "SonarQube Scan detailed" : DEDUPE_ALGO_UNIQUE_ID_FROM_TOOL ,
15071504 "SonarQube Scan" : DEDUPE_ALGO_HASH_CODE ,
15081505 "SonarQube API Import" : DEDUPE_ALGO_HASH_CODE ,
0 commit comments