JS: Mark alert as MISSING

See https://github.com/github/codeql-javascript-team/issues/447
This commit is contained in:
Asger F
2025-02-12 11:38:03 +01:00
parent 07a876b4e9
commit f395651807

View File

@@ -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');