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 b802d79 commit 8008011Copy full SHA for 8008011
python/ql/src/experimental/semmle/python/security/LDAPInsecureAuth.qll
@@ -90,7 +90,7 @@ class LDAPStringVar extends BinaryExpr {
90
}
91
92
/**
93
- * A taint-tracking configuration for detecting LDAP injections.
+ * A taint-tracking configuration for detecting LDAP insecure authentications.
94
*/
95
class LDAPInsecureAuthConfig extends TaintTracking::Configuration {
96
LDAPInsecureAuthConfig() { this = "LDAPInsecureAuthConfig" }
0 commit comments