mirror of
https://github.com/github/codeql.git
synced 2026-04-21 15:05:56 +02:00
5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
import semmle.javascript.frameworks.Express
|
|
|
|
from Koa::RouteHandler rh
|
|
select rh, rh.getARequestExpr()
|