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 8cf849a commit 7a5f1d5Copy full SHA for 7a5f1d5
README.md
@@ -131,6 +131,7 @@ XSS attempts:
131
- [<script>](<script>)
132
- `<script src="data:text;utf8,alert('xss')">`
133
- [svg.svg](svg.svg), with an XSS attempt
134
+- [sym-xss](sym-xss). It's path is an XSS attempt.
135
136
## Refs
137
sym-xss
@@ -0,0 +1 @@
1
+<script>alert(1);</script>
0 commit comments