Skip to content

Commit ce29d06

Browse files
DennisaJean
Dennis
authored andcommitted
chore: fix README.md vulnerable target="_blank" links (vuejs#7689)
* README: add rel noopener and noreferrer Add to all "_blank" links rel noopener and noreferrer to prevent vulnerability * Update README.md
1 parent 70ec22c commit ce29d06

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

README.md

+28-28
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><a href="https://vuejs.org" target="_blank"><img width="100" src="https://vuejs.org/images/logo.png" alt="Vue logo"></a></p>
1+
<p align="center"><a href="https://vuejs.org" target="_blank" rel="noopener noreferrer"><img width="100" src="https://vuejs.org/images/logo.png" alt="Vue logo"></a></p>
22

33
<p align="center">
44
<a href="https://circleci.com/gh/vuejs/vue/tree/dev"><img src="https://img.shields.io/circleci/project/vuejs/vue/dev.svg" alt="Build Status"></a>
@@ -29,17 +29,17 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu
2929
<tbody>
3030
<tr>
3131
<td align="center" valign="middle">
32-
<a href="https://stdlib.com" target="_blank">
32+
<a href="https://stdlib.com" target="_blank" rel="noopener noreferrer">
3333
<img width="222px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/stdlib.png">
3434
</a>
3535
</td>
3636
<td align="center" valign="middle">
37-
<a href="https://www.bitsrc.io/?utm_source=vue&utm_medium=vue&utm_campaign=vue&utm_term=vue&utm_content=vue" target="_blank">
37+
<a href="https://www.bitsrc.io/?utm_source=vue&utm_medium=vue&utm_campaign=vue&utm_term=vue&utm_content=vue" target="_blank" rel="noopener noreferrer">
3838
<img height="90px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/bit-wide.png">
3939
</a>
4040
</td>
4141
<td align="center" valign="middle">
42-
<a href="https://xiaozhuanlan.com" target="_blank">
42+
<a href="https://xiaozhuanlan.com" target="_blank" rel="noopener noreferrer">
4343
<img width="222px" src="https://raw.githubusercontent.com/vuejs/cn.vuejs.org/master/themes/vue/source/images/xiaozhuanlan.png">
4444
</a>
4545
</td>
@@ -57,17 +57,17 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu
5757
<tbody>
5858
<tr>
5959
<td align="center" valign="middle">
60-
<a href="http://tooltwist.com/" target="_blank">
60+
<a href="http://tooltwist.com/" target="_blank" rel="noopener noreferrer">
6161
<img width="222px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/tooltwist.png">
6262
</a>
6363
</td>
6464
<td align="center" valign="middle">
65-
<a href="https://vueschool.io/?utm_source=Vuejs.org&utm_medium=Banner&utm_campaign=Sponsored%20Banner&utm_content=V1" target="_blank">
65+
<a href="https://vueschool.io/?utm_source=Vuejs.org&utm_medium=Banner&utm_campaign=Sponsored%20Banner&utm_content=V1" target="_blank" rel="noopener noreferrer">
6666
<img width="222px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/vueschool.png">
6767
</a>
6868
</td>
6969
<td align="center" valign="middle">
70-
<a href="https://www.datacamp.com/careers?utm_source=vuejs&utm_medium=sidebar" target="_blank">
70+
<a href="https://www.datacamp.com/careers?utm_source=vuejs&utm_medium=sidebar" target="_blank" rel="noopener noreferrer">
7171
<img width="222px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/datacamp.png">
7272
</a>
7373
</td>
@@ -83,76 +83,76 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu
8383
<tbody>
8484
<tr>
8585
<td align="center" valign="middle">
86-
<a href="https://laravel.com" target="_blank">
86+
<a href="https://laravel.com" target="_blank" rel="noopener noreferrer">
8787
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/laravel.png">
8888
</a>
8989
</td>
9090
<td align="center" valign="middle">
91-
<a href="https://htmlburger.com" target="_blank">
91+
<a href="https://htmlburger.com" target="_blank" rel="noopener noreferrer">
9292
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/htmlburger.png">
9393
</a>
9494
</td>
9595
<td align="center" valign="middle">
96-
<a href="https://chaitin.cn/en/" target="_blank">
96+
<a href="https://chaitin.cn/en/" target="_blank" rel="noopener noreferrer">
9797
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/chaitin.png">
9898
</a>
9999
</td>
100100
<td align="center" valign="middle">
101-
<a href="https://anymod.com" target="_blank">
101+
<a href="https://anymod.com" target="_blank" rel="noopener noreferrer">
102102
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/anymod.png">
103103
</a>
104104
</td>
105105
<td align="center" valign="middle">
106-
<a href="https://www.frontenddeveloperlove.com/" target="_blank">
106+
<a href="https://www.frontenddeveloperlove.com/" target="_blank" rel="noopener noreferrer">
107107
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/frontend-love.png">
108108
</a>
109109
</td>
110110
<td align="center" valign="middle">
111-
<a href="https://onsen.io/vue/" target="_blank">
111+
<a href="https://onsen.io/vue/" target="_blank" rel="noopener noreferrer">
112112
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/onsen-ui.png">
113113
</a>
114114
</td>
115115
</tr><tr></tr>
116116
<tr>
117117
<td align="center" valign="middle">
118-
<a href="https://vuetifyjs.com" target="_blank">
118+
<a href="https://vuetifyjs.com" target="_blank" rel="noopener noreferrer">
119119
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/vuetify.png">
120120
</a>
121121
</td>
122122
<td align="center" valign="middle">
123-
<a href="https://neds.com.au/" target="_blank">
123+
<a href="https://neds.com.au/" target="_blank" rel="noopener noreferrer">
124124
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/neds.png">
125125
</a>
126126
</td>
127127
<td align="center" valign="middle">
128-
<a href="https://hackr.io/tutorials/learn-vue-js" target="_blank">
128+
<a href="https://hackr.io/tutorials/learn-vue-js" target="_blank" rel="noopener noreferrer">
129129
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/hackr-io.png">
130130
</a>
131131
</td>
132132
<td align="center" valign="middle">
133-
<a href="https://icons8.com/" target="_blank">
133+
<a href="https://icons8.com/" target="_blank" rel="noopener noreferrer">
134134
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/icons8.png">
135135
</a>
136136
</td>
137137
<td align="center" valign="middle">
138-
<a href="https://vuejobs.com/?ref=vuejs" target="_blank">
138+
<a href="https://vuejobs.com/?ref=vuejs" target="_blank" rel="noopener noreferrer">
139139
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/vuejobs.png">
140140
</a>
141141
</td>
142142
<td align="center" valign="middle">
143-
<a href="https://leanpub.com/vuejs2" target="_blank">
143+
<a href="https://leanpub.com/vuejs2" target="_blank" rel="noopener noreferrer">
144144
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/tmvuejs2.png">
145145
</a>
146146
</td>
147147
</tr><tr></tr>
148148
<tr>
149149
<td align="center" valign="middle">
150-
<a href="https://www.bmqb.com/jobs" target="_blank">
150+
<a href="https://www.bmqb.com/jobs" target="_blank" rel="noopener noreferrer">
151151
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/bmqb.png">
152152
</a>
153153
</td>
154154
<td align="center" valign="middle">
155-
<a href="https://codepilot.ai" target="_blank">
155+
<a href="https://codepilot.ai" target="_blank" rel="noopener noreferrer">
156156
<img width="148px" src="https://raw.githubusercontent.com/vuejs/vuejs.org/master/themes/vue/source/images/codepilot.png">
157157
</a>
158158
</td>
@@ -165,16 +165,16 @@ Funds donated via Patreon go directly to support Evan You's full-time work on Vu
165165

166166
<h4 align="center">Platinum</h4>
167167

168-
<a href="https://opencollective.com/vuejs/tiers/platinum-sponsors/0/website" target="_blank"><img src="https://opencollective.com/vuejs/tiers/platinum-sponsors/0/avatar.svg"></a>
169-
<a href="https://opencollective.com/vuejs/tiers/platinum-sponsors/1/website" target="_blank"><img src="https://opencollective.com/vuejs/tiers/platinum-sponsors/1/avatar.svg"></a>
168+
<a href="https://opencollective.com/vuejs/tiers/platinum-sponsors/0/website" target="_blank" rel="noopener noreferrer"><img src="https://opencollective.com/vuejs/tiers/platinum-sponsors/0/avatar.svg"></a>
169+
<a href="https://opencollective.com/vuejs/tiers/platinum-sponsors/1/website" target="_blank" rel="noopener noreferrer"><img src="https://opencollective.com/vuejs/tiers/platinum-sponsors/1/avatar.svg"></a>
170170

171171
<h4 align="center">Gold</h4>
172172

173-
<a href="https://opencollective.com/vuejs/tiers/gold-sponsors/0/website" target="_blank"><img src="https://opencollective.com/vuejs/tiers/gold-sponsors/0/avatar.svg" height="60px"></a>
174-
<a href="https://opencollective.com/vuejs/tiers/gold-sponsors/1/website" target="_blank"><img src="https://opencollective.com/vuejs/tiers/gold-sponsors/1/avatar.svg" height="60px"></a>
175-
<a href="https://opencollective.com/vuejs/tiers/gold-sponsors/2/website" target="_blank"><img src="https://opencollective.com/vuejs/tiers/gold-sponsors/2/avatar.svg" height="60px"></a>
176-
<a href="https://opencollective.com/vuejs/tiers/gold-sponsors/3/website" target="_blank"><img src="https://opencollective.com/vuejs/tiers/gold-sponsors/3/avatar.svg" height="60px"></a>
177-
<a href="https://opencollective.com/vuejs/tiers/gold-sponsors/4/website" target="_blank"><img src="https://opencollective.com/vuejs/tiers/gold-sponsors/4/avatar.svg" height="60px"></a>
173+
<a href="https://opencollective.com/vuejs/tiers/gold-sponsors/0/website" target="_blank" rel="noopener noreferrer"><img src="https://opencollective.com/vuejs/tiers/gold-sponsors/0/avatar.svg" height="60px"></a>
174+
<a href="https://opencollective.com/vuejs/tiers/gold-sponsors/1/website" target="_blank" rel="noopener noreferrer"><img src="https://opencollective.com/vuejs/tiers/gold-sponsors/1/avatar.svg" height="60px"></a>
175+
<a href="https://opencollective.com/vuejs/tiers/gold-sponsors/2/website" target="_blank" rel="noopener noreferrer"><img src="https://opencollective.com/vuejs/tiers/gold-sponsors/2/avatar.svg" height="60px"></a>
176+
<a href="https://opencollective.com/vuejs/tiers/gold-sponsors/3/website" target="_blank" rel="noopener noreferrer"><img src="https://opencollective.com/vuejs/tiers/gold-sponsors/3/avatar.svg" height="60px"></a>
177+
<a href="https://opencollective.com/vuejs/tiers/gold-sponsors/4/website" target="_blank" rel="noopener noreferrer"><img src="https://opencollective.com/vuejs/tiers/gold-sponsors/4/avatar.svg" height="60px"></a>
178178

179179
---
180180

0 commit comments

Comments
 (0)