Skip to content

Commit

Permalink
🐛 fix dependencytrack deduplication (DefectDojo#9117)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer authored Dec 22, 2023
1 parent 14d25b4 commit 0f55a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/settings/settings.dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ def saml2_attrib_map_format(dict):
'SonarQube API Import': ['title', 'file_path', 'line'],
'Dependency Check Scan': ['title', 'cwe', 'file_path'],
'Dockle Scan': ['title', 'description', 'vuln_id_from_tool'],
'Dependency Track Finding Packaging Format (FPF) Export': ['component_name', 'component_version', 'vulnerability_ids'],
'Dependency Track Finding Packaging Format (FPF) Export': ['component_name', 'component_version', 'vulnerability_ids', 'severity'],
'Mobsfscan Scan': ['title', 'severity', 'cwe'],
'Tenable Scan': ['title', 'severity', 'vulnerability_ids', 'cwe'],
'Nexpose Scan': ['title', 'severity', 'vulnerability_ids', 'cwe'],
Expand Down

0 comments on commit 0f55a7f

Please sign in to comment.