Copyedit qhelp

This commit is contained in:
Chris Smowton
2021-11-09 10:05:18 +00:00
committed by GitHub
parent 7f68f85002
commit f7c19dea71

View File

@@ -11,7 +11,7 @@ is likely to be able to run malicious LDAP queries.</p>
<recommendation>
<p>If user input must be included in an LDAP query or DN, it should be escaped to
avoid a malicious user providing special characters that change the meaning
of the query. In Go, user input should be escaped with <code>EscapeFilter</code>
of the query. In Go, user input should be escaped with <code>EscapeFilter</code>.
A good practice is to escape filter characters
that could change the meaning of the query (https://tools.ietf.org/search/rfc4515#section-3).</p>
</recommendation>