Skip to content

Commit 20fc5db

Browse files
committed
Polish query file
1 parent 63bd323 commit 20fc5db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/ql/src/experimental/Security/CWE-287/LDAPImproperAuth.ql renamed to python/ql/src/experimental/Security/CWE-287/ImproperLdapAuth.ql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
* @name Python LDAP Improper Authentication
3-
* @description Check if a user-controlled query carries no authentication
2+
* @name Improper LDAP Authentication
3+
* @description A user-controlled query carries no authentication
44
* @kind path-problem
55
* @problem.severity warning
6-
* @id python/ldap-improper-authentication
6+
* @id py/improper-ldap-auth
77
* @tags experimental
88
* security
99
* external/cwe/cwe-287

0 commit comments

Comments
 (0)