File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/ql/src/experimental/Security/CWE-287 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" />
You can’t perform that action at this time.
0 commit comments