mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
Update javascript/ql/src/experimental/Security/CWE-090/Ldapjs.qll
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
committed by
GitHub
parent
94bd9c6d3e
commit
616113aeff
@@ -5,14 +5,8 @@
|
||||
import javascript
|
||||
|
||||
module Ldapjs {
|
||||
string getLdapjsClientAPIMethodName() {
|
||||
result = "add" or
|
||||
result = "bind" or
|
||||
result = "compare" or
|
||||
result = "del" or
|
||||
result = "modify" or
|
||||
result = "modifyDN" or
|
||||
result = "search"
|
||||
string getLdapjsClientDNMethodName() {
|
||||
result = ["add", "bind", "compare", "del", "modify", "modifyDN", "search"]
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user