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