Skip to content

Commit 7a5f1d5

Browse files
committed
sym-xss
1 parent 8cf849a commit 7a5f1d5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ XSS attempts:
131131
- [<script>](<script>)
132132
- `<script src="data:text;utf8,alert('xss')">`
133133
- [svg.svg](svg.svg), with an XSS attempt
134+
- [sym-xss](sym-xss). It's path is an XSS attempt.
134135

135136
## Refs
136137

sym-xss

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<script>alert(1);</script>

0 commit comments

Comments
 (0)