Open stroeder opened 6 years ago
Your module is prone to LDAP injection attacks. You should properly escape special LDAP filter chars in user's input probably in method LDAP._search().
Help with this is appreciated. Especially raw example data which can be used in tests.
Your module is prone to LDAP injection attacks. You should properly escape special LDAP filter chars in user's input probably in method LDAP._search().