Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 26046a4

Browse files
Update javascript/ql/src/experimental/Security/CWE-090/LdapInjectionCustomizations.qll
Co-authored-by: Erik Krogh Kristensen <[email protected]>
1 parent 6ad88bf commit 26046a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)