Skip to content

Commit 42a997c

Browse files
committed
Python: Fix deprecation warning
1 parent 71e6db8 commit 42a997c

File tree

1 file changed

+1
-1
lines changed
  • python/ql/src/experimental/semmle/python/frameworks

1 file changed

+1
-1
lines changed

python/ql/src/experimental/semmle/python/frameworks/LDAP.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ private module LDAP {
2626
API::Node ldapInitialize() { result = ldap().getMember("initialize") }
2727

2828
/** Gets a reference to a `ldap` operation. */
29-
private DataFlow::LocalSourceNode ldapOperation(DataFlow::TypeTracker t) {
29+
private DataFlow::TypeTrackingNode ldapOperation(DataFlow::TypeTracker t) {
3030
t.start() and
3131
result.(DataFlow::AttrRead).getObject().getALocalSource() = ldapInitialize().getACall()
3232
or

0 commit comments

Comments
 (0)