Skip to content

Commit 80a2b38

Browse files
committed
Update TimingAttackAgainstHeader.qhelp
1 parent fa81f43 commit 80a2b38

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ and does not depend on the contents of the arrays.
2020
<example>
2121
<p>
2222
The following example uses <code>Arrays.equals()</code> method for validating a csrf token.
23-
This method implements a non-constant-time algorithm.
24-
25-
In the same example i use a safe constant-time algorithm for validating.
23+
This method implements a non-constant-time algorithm. The example also demonstrates validation using a safe constant-time algorithm.
2624
</p>
2725
<sample src="csrfComparison.java" />
2826
</qhelp>

0 commit comments

Comments
 (0)