@@ -1272,6 +1272,7 @@ 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" ],
12751276 "Tenable Scan" : ["title" , "severity" , "vulnerability_ids" , "cwe" , "description" ],
12761277 "Nexpose Scan" : ["title" , "severity" , "vulnerability_ids" , "cwe" ],
12771278 # possible improvement: in the scanner put the library name into file_path, then dedup on cwe + file_path + severity
@@ -1391,6 +1392,7 @@ def saml2_attrib_map_format(din):
13911392 "Cloudsploit Scan" : True ,
13921393 "SonarQube Scan" : False ,
13931394 "Dependency Check Scan" : True ,
1395+ "Mobsfscan Scan" : False ,
13941396 "Tenable Scan" : True ,
13951397 "Nexpose Scan" : True ,
13961398 "NPM Audit Scan" : True ,
@@ -1500,6 +1502,7 @@ def saml2_attrib_map_format(din):
15001502 "Crunch42 Scan" : DEDUPE_ALGO_UNIQUE_ID_FROM_TOOL ,
15011503 "Dependency Track Finding Packaging Format (FPF) Export" : DEDUPE_ALGO_HASH_CODE ,
15021504 "Horusec Scan" : DEDUPE_ALGO_HASH_CODE ,
1505+ "Mobsfscan Scan" : DEDUPE_ALGO_HASH_CODE ,
15031506 "SonarQube Scan detailed" : DEDUPE_ALGO_UNIQUE_ID_FROM_TOOL ,
15041507 "SonarQube Scan" : DEDUPE_ALGO_HASH_CODE ,
15051508 "SonarQube API Import" : DEDUPE_ALGO_HASH_CODE ,
0 commit comments