@@ -1264,7 +1264,6 @@ def saml2_attrib_map_format(din):
12641264 "Dockle Scan" : ["title" , "description" , "vuln_id_from_tool" ],
12651265 "Dependency Track Finding Packaging Format (FPF) Export" : ["component_name" , "component_version" , "vulnerability_ids" ],
12661266 "Horusec Scan" : ["title" , "description" , "file_path" , "line" ],
1267- "Mobsfscan Scan" : ["title" , "severity" , "cwe" , "file_path" , "description" ],
12681267 "Tenable Scan" : ["title" , "severity" , "vulnerability_ids" , "cwe" , "description" ],
12691268 "Nexpose Scan" : ["title" , "severity" , "vulnerability_ids" , "cwe" ],
12701269 # possible improvement: in the scanner put the library name into file_path, then dedup on cwe + file_path + severity
@@ -1325,7 +1324,7 @@ def saml2_attrib_map_format(din):
13251324 "HCLAppScan XML" : ["title" , "description" ],
13261325 "HCL AppScan on Cloud SAST XML" : ["title" , "file_path" , "line" , "severity" ],
13271326 "KICS Scan" : ["file_path" , "line" , "severity" , "description" , "title" ],
1328- "MobSF Scan" : ["title" , "description " , "severity " ],
1327+ "MobSF Scan" : ["title" , "severity " , "cwe" , "file_path" , "description " ],
13291328 "MobSF Scorecard Scan" : ["title" , "description" , "severity" ],
13301329 "OSV Scan" : ["title" , "description" , "severity" ],
13311330 "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 ,
@@ -1494,7 +1492,6 @@ def saml2_attrib_map_format(din):
14941492 "Crunch42 Scan" : DEDUPE_ALGO_UNIQUE_ID_FROM_TOOL ,
14951493 "Dependency Track Finding Packaging Format (FPF) Export" : DEDUPE_ALGO_HASH_CODE ,
14961494 "Horusec Scan" : DEDUPE_ALGO_HASH_CODE ,
1497- "Mobsfscan Scan" : DEDUPE_ALGO_HASH_CODE ,
14981495 "SonarQube Scan detailed" : DEDUPE_ALGO_UNIQUE_ID_FROM_TOOL ,
14991496 "SonarQube Scan" : DEDUPE_ALGO_HASH_CODE ,
15001497 "SonarQube API Import" : DEDUPE_ALGO_HASH_CODE ,
0 commit comments