Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f395651

Browse files
committed
JS: Mark alert as MISSING
See github/codeql-javascript-team#447
1 parent 07a876b commit f395651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • javascript/ql/test/query-tests/Security/CWE-079/ReflectedXss

javascript/ql/test/query-tests/Security/CWE-079/ReflectedXss/ReflectedXss.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ app.get('/user/:id', function(req, res) {
3030
['Name', 'Content'],
3131
['body', req.body]
3232
]);
33-
res.send(mytable); // $ Alert - FIXME: only works in OLD dataflow, add implicit reads before library-contributed taint steps
33+
res.send(mytable); // $ MISSING: Alert - the 'markdown-table' model needs to be converted to a flow summary
3434
});
3535

3636
var showdown = require('showdown');

0 commit comments

Comments
 (0)