mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
Add missing ;
This commit is contained in:
@@ -32,5 +32,5 @@ app.get('/some/path', function (req, res) {
|
||||
Eta.render(tainted); // NOT OK
|
||||
Sqrl.render(tainted); // NOT OK
|
||||
webix.ui({ template: tainted }); // NOT OK
|
||||
webix.ui({ template: function () { return tainted } }) // NOT OK
|
||||
webix.ui({ template: function () { return tainted } }); // NOT OK
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user