We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9574127 commit 94a254eCopy full SHA for 94a254e
1 file changed
docs/rules/template-no-invalid-link-href.md
@@ -25,7 +25,7 @@ This rule **forbids** the following:
25
<a href="">Click</a>
26
<a href>Click</a>
27
<a href="javascript:void(0)">Click</a>
28
- <a href="JavaScript:alert(1)">XSS</a>
+ <a href="JavaScript:alert(1)">Execute</a>
29
</template>
30
```
31
0 commit comments