Skip to content

Commit 3f64cc8

Browse files
committed
fix qhelps
1 parent 4f04dc8 commit 3f64cc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javascript/ql/src/Security/CWE-321-HardCodedKey/jwtConstantKey.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
The following code you can see an Example from a popular Library.
2323
</p>
2424

25-
<sample src="Example.go" />
25+
<sample src="Example.js" />
2626

2727
</example>
2828

javascript/ql/src/Security/CWE-321-noVerification/jwtNoVerification.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
The following code you can see an Example from a popular Library.
2323
</p>
2424

25-
<sample src="Example.go" />
25+
<sample src="Example.js" />
2626

2727
</example>
2828
<references>

0 commit comments

Comments
 (0)