Skip to content

Commit

Permalink
Remove unique_id_from_tool and vuln_id_from_tool changes
Browse files Browse the repository at this point in the history
  • Loading branch information
testaccount90009 committed May 13, 2024
1 parent 2ed566b commit aa9afec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dojo/tools/asff/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ def get_findings(self, file, test):
references=references,
severity=self.get_severity(item.get("Severity")),
active=active,
unique_id_from_tool=item.get("Resources").get("Id"),
vuln_id_from_tool=item.get("Id"),
unique_id_from_tool=item.get("Id"),
)

if "Resources" in item:
Expand Down

0 comments on commit aa9afec

Please sign in to comment.