Python: Fix deprecation warning

This commit is contained in:
Rasmus Wriedt Larsen
2021-07-22 15:59:13 +02:00
parent 71e6db8a01
commit 42a997cbcb

View File

@@ -26,7 +26,7 @@ private module LDAP {
API::Node ldapInitialize() { result = ldap().getMember("initialize") }
/** Gets a reference to a `ldap` operation. */
private DataFlow::LocalSourceNode ldapOperation(DataFlow::TypeTracker t) {
private DataFlow::TypeTrackingNode ldapOperation(DataFlow::TypeTracker t) {
t.start() and
result.(DataFlow::AttrRead).getObject().getALocalSource() = ldapInitialize().getACall()
or