Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b405c67 commit 82f47f8Copy full SHA for 82f47f8
1 file changed
python/ql/src/experimental/Security/CWE-090/LDAPInjection.ql
@@ -1,9 +1,10 @@
1
/**
2
- * @name Python LDAP Injection
3
- * @description Python LDAP Injection through search filter
+ * @name LDAP query built from user-controlled sources
+ * @description Building an LDAP query from user-controlled sources is vulnerable to insertion of
4
+ * malicious LDAP code by the user.
5
* @kind path-problem
6
* @problem.severity error
- * @id python/ldap-injection
7
+ * @id py/ldap-injection
8
* @tags experimental
9
* security
10
* external/cwe/cwe-090
0 commit comments