Skip to content

Commit 8008011

Browse files
committed
Fix taint tracking comment
1 parent b802d79 commit 8008011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/experimental/semmle/python/security/LDAPInsecureAuth.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class LDAPStringVar extends BinaryExpr {
9090
}
9191

9292
/**
93-
* A taint-tracking configuration for detecting LDAP injections.
93+
* A taint-tracking configuration for detecting LDAP insecure authentications.
9494
*/
9595
class LDAPInsecureAuthConfig extends TaintTracking::Configuration {
9696
LDAPInsecureAuthConfig() { this = "LDAPInsecureAuthConfig" }

0 commit comments

Comments
 (0)