Skip to content

Commit

Permalink
add burp scan to hashcode dedupe
Browse files Browse the repository at this point in the history
  • Loading branch information
hblankenship committed Dec 13, 2024
1 parent d7dff9e commit b26428f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dojo/settings/settings.dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,7 @@ def saml2_attrib_map_format(dict):
"Aqua Scan": ["severity", "vulnerability_ids", "component_name", "component_version"],
"Bandit Scan": ["file_path", "line", "vuln_id_from_tool"],
"Burp Enterprise Scan": ["title", "severity", "cwe"],
"Burp Scan": ["title", "file_path", "severity", "vuln_id_from_tool"],
"CargoAudit Scan": ["vulnerability_ids", "severity", "component_name", "component_version", "vuln_id_from_tool"],
"Checkmarx Scan": ["cwe", "severity", "file_path"],
"Checkmarx OSA": ["vulnerability_ids", "component_name"],
Expand Down Expand Up @@ -1418,6 +1419,7 @@ def saml2_attrib_map_format(dict):
"Burp REST API": DEDUPE_ALGO_UNIQUE_ID_FROM_TOOL,
"Bandit Scan": DEDUPE_ALGO_HASH_CODE,
"Burp Enterprise Scan": DEDUPE_ALGO_HASH_CODE,
"Burp Scan": DEDUPE_ALGO_HASH_CODE,
"CargoAudit Scan": DEDUPE_ALGO_HASH_CODE,
"Checkmarx Scan detailed": DEDUPE_ALGO_UNIQUE_ID_FROM_TOOL,
"Checkmarx Scan": DEDUPE_ALGO_HASH_CODE,
Expand Down

0 comments on commit b26428f

Please sign in to comment.