Skip to content

Commit b942251

Browse files
committed
Rephrase .qhelp
1 parent 5477b2e commit b942251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/src/experimental/Security/CWE-287/ImproperLdapAuth.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ to result in a successful authentication.</p>
88
</overview>
99

1010
<recommendation>
11-
<p>Use a strong password while establishing a LDAP connection to execute a query a user controls.</p>
11+
<p>Use a non-empty password while establishing an LDAP connection.</p>
1212
</recommendation>
1313

1414
<example>
@@ -17,7 +17,7 @@ to result in a successful authentication.</p>
1717
<sample src="examples/auth_bad_2.py" />
1818
<sample src="examples/auth_bad_3.py" />
1919

20-
<p>In the third and fourth examples, the authentication is established using a password from a secure source such as environment variables.</p>
20+
<p>In the third and fourth examples, the authentication is established using a password.</p>
2121

2222
<sample src="examples/auth_good_2.py" />
2323
<sample src="examples/auth_good_3.py" />

0 commit comments

Comments
 (0)