mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
QL code and tests for C#/C++/JavaScript.
This commit is contained in:
5
javascript/ql/test/library-tests/frameworks/HTTP/node.js
Normal file
5
javascript/ql/test/library-tests/frameworks/HTTP/node.js
Normal file
@@ -0,0 +1,5 @@
|
||||
var server = require('http').createServer(function(req, res) {
|
||||
req.headers.p1;
|
||||
req.url;
|
||||
req.headers.cookie;
|
||||
});
|
||||
Reference in New Issue
Block a user