mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
JS: recognize Express header access with dynamic name
This commit is contained in:
@@ -47,4 +47,5 @@ app.post('/headers', function(req, res) {
|
||||
req.headers.baz;
|
||||
req.host;
|
||||
req.hostname;
|
||||
req.headers[config.headerName];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user