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>
8
8
</overview >
9
9
10
10
<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 >
12
12
</recommendation >
13
13
14
14
<example >
@@ -17,7 +17,7 @@ to result in a successful authentication.</p>
17
17
<sample src =" examples/auth_bad_2.py" />
18
18
<sample src =" examples/auth_bad_3.py" />
19
19
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 >
21
21
22
22
<sample src =" examples/auth_good_2.py" />
23
23
<sample src =" examples/auth_good_3.py" />
You can’t perform that action at this time.
0 commit comments