Skip to content

Commit 4a9ee58

Browse files
ahmed-farid-devsmowton
authored andcommitted
Update TimingAttackAgainstHeader.qhelp
1 parent 6da9bc5 commit 4a9ee58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ and does not depend on the contents of the arrays.
2222
The following example uses <code>Arrays.equals()</code> method for validating a csrf token.
2323
This method implements a non-constant-time algorithm. The example also demonstrates validation using a safe constant-time algorithm.
2424
</p>
25-
<sample src="csrfComparison.java" />
25+
<sample src="ComparingValueOfSensetiveHeader.java" />
2626
</qhelp>
2727

0 commit comments

Comments
 (0)