Skip to content

Commit 158d49b

Browse files
committed
update
1 parent a50e4d4 commit 158d49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/tools/xeol/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def get_findings(self, file, test):
8787
dynamic_finding=False,
8888
nb_occurences=1,
8989
cwe=672,
90-
references=cycle.get("ProductPermalink", ""),
90+
references=cycle.get("ProductPermalink", "")+"\n[www.xeol.io/explorer](https://www.xeol.io/explorer)",
9191
)
9292

9393
findings.append(finding)

0 commit comments

Comments
 (0)