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

Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
Alessio Della Libera
2020-08-26 02:08:18 +02:00
committed by GitHub
parent 355c7bc3b5
commit 6979c394fe

View File

@@ -28,7 +28,7 @@ queries, and search for a completely different set of values.
<sample src="examples/example_bad2.js" />
<p>The second example the `username` is sanitized before it is included in the search filters.
<p>The second example the `username` is sanitized before it is included in the search filters.
This ensures the meaning of the query cannot be changed by a malicious user.</p>
<sample src="examples/example_good1.js" />