We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfae0ef commit 116e7d0Copy full SHA for 116e7d0
1 file changed
javascript/ql/src/experimental/Security/CWE-090/LdapInjection.qhelp
@@ -33,7 +33,7 @@ This ensures the meaning of the query cannot be changed by a malicious user.</p>
33
34
<sample src="examples/example_good1.js" />
35
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.
+<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.
37
This ensures the meaning of the query cannot be changed by a malicious user.</p>
38
39
<sample src="examples/example_good2.js" />
0 commit comments