@@ -1265,7 +1265,6 @@ def saml2_attrib_map_format(din):
1265
1265
"Dockle Scan" : ["title" , "description" , "vuln_id_from_tool" ],
1266
1266
"Dependency Track Finding Packaging Format (FPF) Export" : ["component_name" , "component_version" , "vulnerability_ids" ],
1267
1267
"Horusec Scan" : ["title" , "description" , "file_path" , "line" ],
1268
- "Mobsfscan Scan" : ["title" , "severity" , "cwe" , "file_path" , "description" ],
1269
1268
"Tenable Scan" : ["title" , "severity" , "vulnerability_ids" , "cwe" , "description" ],
1270
1269
"Nexpose Scan" : ["title" , "severity" , "vulnerability_ids" , "cwe" ],
1271
1270
# 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):
1326
1325
"HCLAppScan XML" : ["title" , "description" ],
1327
1326
"HCL AppScan on Cloud SAST XML" : ["title" , "file_path" , "line" , "severity" ],
1328
1327
"KICS Scan" : ["file_path" , "line" , "severity" , "description" , "title" ],
1329
- "MobSF Scan" : ["title" , "description " , "severity " ],
1328
+ "MobSF Scan" : ["title" , "severity " , "cwe" , "file_path" , "description " ],
1330
1329
"MobSF Scorecard Scan" : ["title" , "description" , "severity" ],
1331
1330
"OSV Scan" : ["title" , "description" , "severity" ],
1332
1331
"Snyk Code Scan" : ["vuln_id_from_tool" , "file_path" ],
@@ -1384,7 +1383,6 @@ def saml2_attrib_map_format(din):
1384
1383
"Cloudsploit Scan" : True ,
1385
1384
"SonarQube Scan" : False ,
1386
1385
"Dependency Check Scan" : True ,
1387
- "Mobsfscan Scan" : False ,
1388
1386
"Tenable Scan" : True ,
1389
1387
"Nexpose Scan" : True ,
1390
1388
"NPM Audit Scan" : True ,
@@ -1491,7 +1489,6 @@ def saml2_attrib_map_format(din):
1491
1489
"Crunch42 Scan" : DEDUPE_ALGO_UNIQUE_ID_FROM_TOOL ,
1492
1490
"Dependency Track Finding Packaging Format (FPF) Export" : DEDUPE_ALGO_HASH_CODE ,
1493
1491
"Horusec Scan" : DEDUPE_ALGO_HASH_CODE ,
1494
- "Mobsfscan Scan" : DEDUPE_ALGO_HASH_CODE ,
1495
1492
"SonarQube Scan detailed" : DEDUPE_ALGO_UNIQUE_ID_FROM_TOOL ,
1496
1493
"SonarQube Scan" : DEDUPE_ALGO_HASH_CODE ,
1497
1494
"SonarQube API Import" : DEDUPE_ALGO_HASH_CODE ,
0 commit comments