Skip to content

Commit 5e27323

Browse files
committed
fix qldoc
1 parent 4499048 commit 5e27323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/src/experimental/CWE-321-V2/HardCodedKeys.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
The following code uses a hard-coded string as a secret for parsing user provided JWTs. In this case, an attacker can very easily forge a token by using the hard-coded secret.
2929
</p>
3030

31-
<sample src="ExampleGood.go" />
31+
<sample src="ExampleBad.go" />
3232

3333
</example>
3434
<references>

0 commit comments

Comments
 (0)