Skip to content

Commit 08b9a5e

Browse files
authored
Add missing ;
1 parent 3c980db commit 08b9a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/test/query-tests/Security/CWE-094/CodeInjection/template-sinks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ app.get('/some/path', function (req, res) {
3232
Eta.render(tainted); // NOT OK
3333
Sqrl.render(tainted); // NOT OK
3434
webix.ui({ template: tainted }); // NOT OK
35-
webix.ui({ template: function () { return tainted } }) // NOT OK
35+
webix.ui({ template: function () { return tainted } }); // NOT OK
3636
});

0 commit comments

Comments
 (0)