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 71e6db8 commit 42a997cCopy full SHA for 42a997c
python/ql/src/experimental/semmle/python/frameworks/LDAP.qll
@@ -26,7 +26,7 @@ private module LDAP {
26
API::Node ldapInitialize() { result = ldap().getMember("initialize") }
27
28
/** Gets a reference to a `ldap` operation. */
29
- private DataFlow::LocalSourceNode ldapOperation(DataFlow::TypeTracker t) {
+ private DataFlow::TypeTrackingNode ldapOperation(DataFlow::TypeTracker t) {
30
t.start() and
31
result.(DataFlow::AttrRead).getObject().getALocalSource() = ldapInitialize().getACall()
32
or
0 commit comments