Skip to content

Commit 8bc9978

Browse files
Update dojo/tools/bearer_cli/parser.py
1 parent 5beb6db commit 8bc9978

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dojo/tools/bearer_cli/parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def get_findings(self, file, test):
4646
sast_source_line=bearerfinding["source"]["start"],
4747
sast_source_file_path=bearerfinding["filename"],
4848
vuln_id_from_tool=bearerfinding["id"],
49+
# the fingerprint is not constant over time, but because it's not used for dedupe it's safe and useful to set it
4950
unique_id_from_tool=bearerfinding["fingerprint"],
5051
)
5152

0 commit comments

Comments
 (0)