Skip to content

Commit 117ffc6

Browse files
exarusmichalsnik
authored andcommitted
Fixed typo in v-html rule description (#561)
According to OWASP shorthand XSS stands for Cross-Site Scripting: https://www.owasp.org/index.php/Cross-site_Scripting_(XSS)
1 parent 2049c5c commit 117ffc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-v-html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- :gear: This rule is included in `"plugin:vue/recommended"`.
44

5-
This rule reports use of `v-html` directive in order to reduce the risk of injecting potentially unsafe / unescaped html into the browser leading to Cross Side Scripting (XSS) attacks.
5+
This rule reports use of `v-html` directive in order to reduce the risk of injecting potentially unsafe / unescaped html into the browser leading to Cross-Site Scripting (XSS) attacks.
66

77
## :book: Rule Details
88

0 commit comments

Comments
 (0)