Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
;
1 parent 3c980db commit 08b9a5eCopy full SHA for 08b9a5e
1 file changed
javascript/ql/test/query-tests/Security/CWE-094/CodeInjection/template-sinks.js
@@ -32,5 +32,5 @@ app.get('/some/path', function (req, res) {
32
Eta.render(tainted); // NOT OK
33
Sqrl.render(tainted); // NOT OK
34
webix.ui({ template: tainted }); // NOT OK
35
- webix.ui({ template: function () { return tainted } }) // NOT OK
+ webix.ui({ template: function () { return tainted } }); // NOT OK
36
});
0 commit comments