mirror of
https://github.com/github/codeql.git
synced 2026-02-15 06:23:42 +01:00
7 lines
191 B
Plaintext
7 lines
191 B
Plaintext
import javascript
|
|
|
|
from HTTP::HeaderDefinition hd, string name, string value
|
|
where hd.defines(name, value) and
|
|
hd.getRouteHandler() instanceof Hapi::RouteHandler
|
|
select hd, name, value
|