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 4a2c99a commit 5477b2eCopy full SHA for 5477b2e
python/ql/src/experimental/semmle/python/frameworks/LDAP.qll
@@ -64,7 +64,7 @@ private module LDAP {
64
LDAP2Query() { this.getFunction() = ldapQuery() }
65
66
override DataFlow::Node getQuery() {
67
- result in [this.getArg(0), [this.getArg(2), this.getArgByName("filterstr")]]
+ result in [this.getArg(0), this.getArg(2), this.getArgByName("filterstr")]
68
}
69
70
0 commit comments