Skip to content

Commit 4159f3b

Browse files
Add security issues
Signed-off-by: Moulik Aggarwal <[email protected]>
1 parent 5df378c commit 4159f3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/demo-vue/src/components/HelloWorld.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="hello">
3-
<h1>{{ msg }}</h1>
3+
<h1 v-html="msg"></h1>
44
<p>{{ "Welcome to DeepSource World" }}</p>
55
<p>
66
For a guide and recipes on how to configure / customize this project,<br />
@@ -58,20 +58,20 @@
5858
<a
5959
href="https://github.com/vuejs/vue-devtools#vue-devtools"
6060
target="_blank"
61-
rel="noopener"
61+
6262
>vue-devtools</a
6363
>
6464
</li>
6565
<li>
66-
<a href="https://vue-loader.vuejs.org" target="_blank" rel="noopener"
66+
<a href="https://vue-loader.vuejs.org" target="_blank"
6767
>vue-loader</a
6868
>
6969
</li>
7070
<li>
7171
<a
7272
href="https://github.com/vuejs/awesome-vue"
7373
target="_blank"
74-
rel="noopener"
74+
7575
>awesome-vue</a
7676
>
7777
</li>

0 commit comments

Comments
 (0)