mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
JS: Model consolidate and factor in template syntax from call site
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
getTemplateInstantiationSyntax
|
||||
| consolidate.js:3:1:3:83 | consoli ... => {}) | ejs |
|
||||
| consolidate.js:4:1:4:90 | consoli ... => {}) | mustache |
|
||||
getLikelyTemplateSyntax
|
||||
| views/instantiated_as_ejs.html:0:0:0:0 | views/instantiated_as_ejs.html | ejs |
|
||||
| views/instantiated_as_hbs.html:0:0:0:0 | views/instantiated_as_hbs.html | mustache |
|
||||
xssSink
|
||||
| views/instantiated_as_ejs.html:4:9:4:23 | <%- xss_sink %> |
|
||||
| views/instantiated_as_hbs.html:7:9:7:24 | {{{ xss_sink }}} |
|
||||
Reference in New Issue
Block a user