We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa81f43 commit 80a2b38Copy full SHA for 80a2b38
java/ql/src/experimental/Security/CWE/CWE-208/TimingAttackAgainstHeader.qhelp
@@ -20,9 +20,7 @@ and does not depend on the contents of the arrays.
20
<example>
21
<p>
22
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.
+This method implements a non-constant-time algorithm. The example also demonstrates validation using a safe constant-time algorithm.
26
</p>
27
<sample src="csrfComparison.java" />
28
</qhelp>
0 commit comments