Skip to content

Commit 25a4fc3

Browse files
committed
Python/LdapInsecureAuth
python/ql/src/experimental/Security/CWE-522/LdapInsecureAuth.ql
1 parent 48b1d01 commit 25a4fc3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ private module LdapInsecureAuthConfig implements DataFlow::ConfigSig {
103103
}
104104

105105
predicate observeDiffInformedIncrementalMode() { any() }
106-
107-
Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
108106
}
109107

110108
/** Global taint-tracking for detecting "LDAP insecure authentications" vulnerabilities. */

0 commit comments

Comments
 (0)