File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ There are also some tests that could not be included here conveniently:
45
45
- < https://github.com/cirosantilli/test-long-filename-256 >
46
46
- < https://github.com/cirosantilli/test-min-sane >
47
47
- < 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 >
48
50
- < https://github.com/cirosantilli/test-symlink-middle-null >
49
51
- < https://github.com/cirosantilli/test-symlink-self >
50
52
- < https://github.com/cirosantilli/test-symlink-start-null >
@@ -131,6 +133,7 @@ XSS attempts:
131
133
- [ <script >] ( < script > )
132
134
- ` <script src="data:text;utf8,alert('xss')"> `
133
135
- [ svg.svg] ( svg.svg ) , with an XSS attempt
136
+ - [ sym-xss] ( sym-xss ) . It's path is an XSS attempt.
134
137
135
138
## Refs
136
139
Original file line number Diff line number Diff line change
1
+ <script>alert(1);</script>
You can’t perform that action at this time.
0 commit comments