We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63bd323 commit 20fc5dbCopy full SHA for 20fc5db
python/ql/src/experimental/Security/CWE-287/LDAPImproperAuth.ql renamed to python/ql/src/experimental/Security/CWE-287/ImproperLdapAuth.ql
@@ -1,9 +1,9 @@
1
/**
2
- * @name Python LDAP Improper Authentication
3
- * @description Check if a user-controlled query carries no authentication
+ * @name Improper LDAP Authentication
+ * @description A user-controlled query carries no authentication
4
* @kind path-problem
5
* @problem.severity warning
6
- * @id python/ldap-improper-authentication
+ * @id py/improper-ldap-auth
7
* @tags experimental
8
* security
9
* external/cwe/cwe-287
0 commit comments