Skip to content

Commit c2e1408

Browse files
committed
Rm severity from hash_code
1 parent 824ca50 commit c2e1408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/settings/settings.dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@ def saml2_attrib_map_format(din):
13031303
"Scout Suite Scan": ["file_path", "vuln_id_from_tool"], # for now we use file_path as there is no attribute for "service"
13041304
"Meterian Scan": ["cwe", "component_name", "component_version", "description", "severity"],
13051305
"Github Vulnerability Scan": ["title", "severity", "component_name", "vulnerability_ids", "file_path"],
1306-
"Github Secrets Detection Report": ["title", "severity", "file_path", "line"],
1306+
"Github Secrets Detection Report": ["title", "file_path", "line"],
13071307
"Solar Appscreener Scan": ["title", "file_path", "line", "severity"],
13081308
"pip-audit Scan": ["vuln_id_from_tool", "component_name", "component_version"],
13091309
"Rubocop Scan": ["vuln_id_from_tool", "file_path", "line"],

0 commit comments

Comments
 (0)