Skip to content

Commit 6ad88bf

Browse files
Update javascript/ql/src/experimental/Security/CWE-090/LdapInjection.ql
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
1 parent 042d071 commit 6ad88bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/experimental/Security/CWE-090/LdapInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ import LdapInjection::LdapInjection
1717
from LdapInjectionConfiguration config, DataFlow::PathNode source, DataFlow::PathNode sink
1818
where config.hasFlowPath(source, sink)
1919
select sink.getNode(), source, sink, "$@ might include code from $@.",
20-
sink.getNode().(Sink).getQueryCallSink(), "LDAP query call", source.getNode(),
20+
sink.getNode().(Sink).getQueryCall(), "LDAP query call", source.getNode(),
2121
"user-provided value"

0 commit comments

Comments
 (0)