Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 82f47f8

Browse files
committed
Polish metadata
1 parent b405c67 commit 82f47f8

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

python/ql/src/experimental/Security/CWE-090/LDAPInjection.ql

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/**
2-
* @name Python LDAP Injection
3-
* @description Python LDAP Injection through search filter
2+
* @name LDAP query built from user-controlled sources
3+
* @description Building an LDAP query from user-controlled sources is vulnerable to insertion of
4+
* malicious LDAP code by the user.
45
* @kind path-problem
56
* @problem.severity error
6-
* @id python/ldap-injection
7+
* @id py/ldap-injection
78
* @tags experimental
89
* security
910
* external/cwe/cwe-090

0 commit comments

Comments
 (0)