Files
codeql/javascript/ql/test/library-tests/frameworks/restify/RouteHandler_getARequestExpr.qll

6 lines
177 B
Plaintext

import semmle.javascript.frameworks.Express
query predicate test_RouteHandler_getARequestExpr(Restify::RouteHandler rh, HTTP::RequestExpr res) {
res = rh.getARequestExpr()
}