mirror of
https://github.com/github/codeql.git
synced 2026-07-30 23:13:01 +02:00
9 lines
239 B
Plaintext
9 lines
239 B
Plaintext
import javascript
|
|
import semmle.javascript.frameworks.Sails
|
|
|
|
query predicate test_routeHandler(Http::RouteHandler rh) { any() }
|
|
|
|
query predicate test_requestInputAccess(Http::RequestInputAccess ria, string kind) {
|
|
kind = ria.getKind()
|
|
}
|