mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
JS: Track deep flow through qs.stringify
This commit is contained in:
@@ -34,7 +34,7 @@ function PostCode(codestring) {
|
||||
});
|
||||
});
|
||||
|
||||
post_req.write(post_data); // $ MISSING: Alert - post the data from file to request body
|
||||
post_req.write(post_data); // $ Alert - post the data from file to request body
|
||||
post_req.end();
|
||||
|
||||
}
|
||||
@@ -58,4 +58,4 @@ fs.readFile('LinkedList.js', 'utf-8', function (err, data) {
|
||||
console.log("No data to post");
|
||||
process.exit(-1);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user