Skip to content

Commit b28e4a1

Browse files
committed
sym-xss
1 parent 8cf849a commit b28e4a1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ There are also some tests that could not be included here conveniently:
4545
- <https://github.com/cirosantilli/test-long-filename-256>
4646
- <https://github.com/cirosantilli/test-min-sane>
4747
- <https://github.com/cirosantilli/test-refs-api-tags-pulls-block>
48+
- <https://github.com/cirosantilli/test-submodule-contributing>
49+
- <https://github.com/cirosantilli/test-symlink-contributing>
4850
- <https://github.com/cirosantilli/test-symlink-middle-null>
4951
- <https://github.com/cirosantilli/test-symlink-self>
5052
- <https://github.com/cirosantilli/test-symlink-start-null>
@@ -131,6 +133,7 @@ XSS attempts:
131133
- [<script>](<script>)
132134
- `<script src="data:text;utf8,alert('xss')">`
133135
- [svg.svg](svg.svg), with an XSS attempt
136+
- [sym-xss](sym-xss). It's path is an XSS attempt.
134137

135138
## Refs
136139

sym-xss

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

0 commit comments

Comments
 (0)