mirror of
https://github.com/github/codeql.git
synced 2026-03-14 19:46:45 +01:00
8 lines
192 B
Plaintext
8 lines
192 B
Plaintext
import javascript
|
|
|
|
from HTTP::HeaderDefinition hd, string name, string value
|
|
where
|
|
hd.defines(name, value) and
|
|
hd.getRouteHandler() instanceof Express::RouteHandler
|
|
select hd, name, value
|