Skip to content

Commit bfae0ef

Browse files
Update javascript/ql/src/experimental/Security/CWE-090/LdapInjection.qhelp
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
1 parent fb3148a commit bfae0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/experimental/Security/CWE-090/LdapInjection.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ queries, and search for a completely different set of values.
2828
<sample src="examples/example_bad2.js" />
2929

3030

31-
<p>The second example the <code>username</code> is sanitized before it is included in the search filters.
31+
<p>In the third example the <code>username</code> is sanitized before it is included in the search filters.
3232
This ensures the meaning of the query cannot be changed by a malicious user.</p>
3333

3434
<sample src="examples/example_good1.js" />

0 commit comments

Comments
 (0)