Skip to content

Commit 26046a4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module LdapInjection {
2020
/**
2121
* Gets the LDAP query call that the sink flows into.
2222
*/
23-
abstract DataFlow::Node getQueryCallSink();
23+
abstract DataFlow::Node getQueryCall();
2424
}
2525

2626
/**

0 commit comments

Comments
 (0)