Skip to content

Commit 5477b2e

Browse files
committed
Python: Minor refactoring cleanup
1 parent 4a2c99a commit 5477b2e

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
@@ -64,7 +64,7 @@ private module LDAP {
6464
LDAP2Query() { this.getFunction() = ldapQuery() }
6565

6666
override DataFlow::Node getQuery() {
67-
result in [this.getArg(0), [this.getArg(2), this.getArgByName("filterstr")]]
67+
result in [this.getArg(0), this.getArg(2), this.getArgByName("filterstr")]
6868
}
6969
}
7070

0 commit comments

Comments
 (0)