Skip to content

Commit 116e7d0

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

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
@@ -33,7 +33,7 @@ This ensures the meaning of the query cannot be changed by a malicious user.</p>
3333

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

36-
<p>The third example the <code>username</code> is passed to an <code>OrFilter</code> filter before it is included in the search filters.
36+
<p>In the fourth example the <code>username</code> is passed to an <code>OrFilter</code> filter before it is included in the search filters.
3737
This ensures the meaning of the query cannot be changed by a malicious user.</p>
3838

3939
<sample src="examples/example_good2.js" />

0 commit comments

Comments
 (0)