mirror of
https://github.com/github/codeql.git
synced 2026-02-15 14:33:40 +01:00
7 lines
194 B
Plaintext
7 lines
194 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
|