mirror of
https://github.com/github/codeql.git
synced 2026-02-16 15:03:41 +01:00
6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
import javascript
|
|
|
|
from HTTP::ResponseSendArgument send, NodeJSLib::RouteHandler rh
|
|
where rh = send.getRouteHandler()
|
|
select send, rh
|