@@ -8,7 +8,6 @@ This repository is mirrored at:
88
99- < http://repo.or.cz/w/cirosantilli-test.git > . Runs on [ Girocco] ( http://repo.or.cz/w/girocco.git ) . TODO get working.
1010- < https://bitbucket.org/cirosantilli/test >
11- - < https://code.google.com/p/cirosantilli-test >
1211- < https://github.com/cirosantilli/test >
1312- < https://gitlab.com/cirosantilli/test >
1413- < https://gitorious.org/cirosantilli-test/cirosantilli-test >
@@ -23,6 +22,11 @@ Mirrors without repository browsing:
2322
2423- < http://codeplane.com >
2524
25+ Mirrors for which I can't create projects:
26+
27+ - < https://kenai.com >
28+ - < https://code.google.com/p/cirosantilli-test > (to be closed)
29+
2630The SSH of those repos can be found at: [ remotes.sh] ( remotes.sh ) ,
2731including other repos which don't have public view like Atlas.
2832
@@ -45,10 +49,13 @@ There are also some tests that could not be included here conveniently:
4549- < https://github.com/cirosantilli/test-long-filename-256 >
4650- < https://github.com/cirosantilli/test-min-sane >
4751- < https://github.com/cirosantilli/test-refs-api-tags-pulls-block >
52+ - < https://github.com/cirosantilli/test-submodule-contributing >
53+ - < https://github.com/cirosantilli/test-symlink-contributing >
4854- < https://github.com/cirosantilli/test-symlink-middle-null >
4955- < https://github.com/cirosantilli/test-symlink-self >
5056- < https://github.com/cirosantilli/test-symlink-start-null >
5157- < https://gitlab.com/cirosantilli/test-GIT/tree/master > (fails on GitHub)
58+ - < https://github.com/cirosantilli/test-streak > , < https://github.com/cirosantilli/test-streak-1000 >
5259
5360Other similar repos from other people:
5461
@@ -118,19 +125,26 @@ Everything else goes:
118125
119126- Case insensitive filename conflict attempt: [ CASE] ( CASE ) , [ case] ( case ) and [ CASE-DIR] ( CASE-DIR ) , [ case-dir] ( case-dir ) . Interestingly, however, ` .GIT ` fails: < https://gitlab.com/cirosantilli/test-GIT/tree/master >
120127
121- Magic Git directories :
128+ Magic Git files :
122129
123130- Git directory inside Git directory: [ _ git] ( _git ) .
124131
125132 For further mischief, the files in that directory were copied to the top-level of the repository.
126133
134+ - [ .gitattributes] ( .gitattributes ) : TODO empty
135+
136+ Does not seems to lead to arbitrary code execution, as available diff and merge drivers must be set on the config.
137+
138+ GitHub seems to ignore it: < http://stackoverflow.com/a/24382933/895245 >
139+
127140Other interesting things to do are the uppercase ` .Git ` and the ` .git ` file, which did not fit well in this repository.
128141
129142XSS attempts:
130143
131144- [ <script >] ( < script > )
132145- ` <script src="data:text;utf8,alert('xss')"> `
133146- [ svg.svg] ( svg.svg ) , with an XSS attempt
147+ - [ sym-xss] ( sym-xss ) . It's path is an XSS attempt.
134148
135149## Refs
136150
0 commit comments