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