stable
Clone or download
Read-only
request #7718 Fix LDAP injections
Change-Id: I7deb2097e4f99b840865150e4739c751f1b0018d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/ldap/include/LDAP.class.php | +14 | −30 | Go to diff View file |
A | plugins/ldap/include/QueryEscaper.class.php | +81 | −0 | Go to diff View file |
M | plugins/ldap/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/ldap/include/ldapPlugin.class.php | +6 | −1 | Go to diff View file |
M | plugins/ldap/tests/LDAPTest.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/tests/LDAP_UserManagerTest.php | +1 | −1 | Go to diff View file |
A | plugins/ldap/tests/LdapEscapeTest.php | +41 | −0 | Go to diff View file |