Update javascript/ql/src/experimental/Security/CWE-090/LdapInjectionCustomizations.qll

Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
Alessio Della Libera
2020-09-02 15:22:07 +02:00
committed by GitHub
parent 6ad88bf93f
commit 26046a4847

View File

@@ -20,7 +20,7 @@ module LdapInjection {
/**
* Gets the LDAP query call that the sink flows into.
*/
abstract DataFlow::Node getQueryCallSink();
abstract DataFlow::Node getQueryCall();
}
/**