Skip to content

Commit 303927c

Browse files
committed
Fix qhelp
1 parent e02a3d0 commit 303927c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/ql/src/experimental/Security/CWE/CWE-208/TimingAttackAgainstHeader.qhelp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ The following example uses <code>String.equals()</code> method for validating a
2323
This method implements a non-constant-time algorithm. The example also demonstrates validation using a safe constant-time algorithm.
2424
</p>
2525
<sample src="ComparingValueOfSensetiveHeader.java" />
26+
</example>
2627
</qhelp>
2728

0 commit comments

Comments
 (0)