mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
JS: Mark alert as MISSING
See https://github.com/github/codeql-javascript-team/issues/447
This commit is contained in:
@@ -30,7 +30,7 @@ app.get('/user/:id', function(req, res) {
|
||||
['Name', 'Content'],
|
||||
['body', req.body]
|
||||
]);
|
||||
res.send(mytable); // $ Alert - FIXME: only works in OLD dataflow, add implicit reads before library-contributed taint steps
|
||||
res.send(mytable); // $ MISSING: Alert - the 'markdown-table' model needs to be converted to a flow summary
|
||||
});
|
||||
|
||||
var showdown = require('showdown');
|
||||
|
||||
Reference in New Issue
Block a user