@@ -76,6 +76,7 @@ component
76
76
| single-file-component-3.vue:0:0:0:0 | single-file-component-3.vue |
77
77
| single-file-component-4.vue:0:0:0:0 | single-file-component-4.vue |
78
78
| single-file-component-5.vue:0:0:0:0 | single-file-component-5.vue |
79
+ | special-syntax.vue:0:0:0:0 | special-syntax.vue |
79
80
| tst.js:3:1:10:2 | new Vue ... 2\\n\\t}\\n}) |
80
81
| tst.js:12:1:16:2 | new Vue ... \\t}),\\n}) |
81
82
| tst.js:18:1:27:2 | Vue.com ... }\\n\\t}\\n}) |
@@ -126,6 +127,10 @@ templateElement
126
127
| single-file-component-5.vue:2:5:18:9 | <p>...</> |
127
128
| single-file-component-5.vue:4:1:16:9 | <script>...</> |
128
129
| single-file-component-5.vue:17:1:18:8 | <style>...</> |
130
+ | special-syntax.vue:1:1:4:11 | <template>...</> |
131
+ | special-syntax.vue:2:3:2:37 | <blah>...</> |
132
+ | special-syntax.vue:3:3:3:32 | <blah>...</> |
133
+ | special-syntax.vue:5:1:5:17 | <script>...</> |
129
134
xssSink
130
135
| compont-with-route.vue:2:8:2:21 | v-html=dataA |
131
136
| single-component-file-1.vue:2:8:2:21 | v-html=dataA |
@@ -161,3 +166,12 @@ remoteFlowSource
161
166
| router.js:30:5:30:14 | from.query |
162
167
| router.js:34:5:34:12 | to.query |
163
168
| router.js:35:5:35:14 | from.query |
169
+ parseErrors
170
+ attribute
171
+ | compont-with-route.vue:2:8:2:21 | v-html=dataA | v-html |
172
+ | single-component-file-1.vue:2:8:2:21 | v-html=dataA | v-html |
173
+ | single-file-component-2.vue:2:8:2:21 | v-html=dataA | v-html |
174
+ | single-file-component-3.vue:2:8:2:21 | v-html=dataA | v-html |
175
+ | single-file-component-3.vue:4:9:4:49 | src=./single-file-component-3-script.js | src |
176
+ | single-file-component-4.vue:2:8:2:21 | v-html=dataA | v-html |
177
+ | single-file-component-5.vue:2:8:2:21 | v-html=dataA | v-html |
0 commit comments