We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b633861 commit 1b3d705Copy full SHA for 1b3d705
test/tm-cases/issue603_xss.html
@@ -1,4 +1,6 @@
1
<p><img src="code>" onerror=alert()//</code" alt="" /></p>
2
3
<p><img src="" onerror=alert()//" alt="" />
4
-<a href="#"></a></p>
+<a href="#"></a>
5
+<img src="`" onerror=alert()//`" alt="" />
6
+<img src="<code>" onerror=alert()//<code>" alt="" /></p>
test/tm-cases/issue603_xss.text
@@ -3,6 +3,10 @@
![][XSS]
[][XSS]
+![][XSS2]
7
+![][XSS3]
8
9
10
[XSS]: " onerror=alert()//
11
+[XSS2]: `" onerror=alert()//`
12
+[XSS3]: <code>" onerror=alert()//<code>
0 commit comments