@@ -8,7 +8,6 @@ This repository is mirrored at:
8
8
9
9
- < http://repo.or.cz/w/cirosantilli-test.git > . Runs on [ Girocco] ( http://repo.or.cz/w/girocco.git ) . TODO get working.
10
10
- < https://bitbucket.org/cirosantilli/test >
11
- - < https://code.google.com/p/cirosantilli-test >
12
11
- < https://github.com/cirosantilli/test >
13
12
- < https://gitlab.com/cirosantilli/test >
14
13
- < https://gitorious.org/cirosantilli-test/cirosantilli-test >
@@ -23,6 +22,11 @@ Mirrors without repository browsing:
23
22
24
23
- < http://codeplane.com >
25
24
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
+
26
30
The SSH of those repos can be found at: [ remotes.sh] ( remotes.sh ) ,
27
31
including other repos which don't have public view like Atlas.
28
32
@@ -45,10 +49,13 @@ There are also some tests that could not be included here conveniently:
45
49
- < https://github.com/cirosantilli/test-long-filename-256 >
46
50
- < https://github.com/cirosantilli/test-min-sane >
47
51
- < 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 >
48
54
- < https://github.com/cirosantilli/test-symlink-middle-null >
49
55
- < https://github.com/cirosantilli/test-symlink-self >
50
56
- < https://github.com/cirosantilli/test-symlink-start-null >
51
57
- < 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 >
52
59
53
60
Other similar repos from other people:
54
61
@@ -118,19 +125,26 @@ Everything else goes:
118
125
119
126
- 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 >
120
127
121
- Magic Git directories :
128
+ Magic Git files :
122
129
123
130
- Git directory inside Git directory: [ _ git] ( _git ) .
124
131
125
132
For further mischief, the files in that directory were copied to the top-level of the repository.
126
133
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
+
127
140
Other interesting things to do are the uppercase ` .Git ` and the ` .git ` file, which did not fit well in this repository.
128
141
129
142
XSS attempts:
130
143
131
144
- [ <script >] ( < script > )
132
145
- ` <script src="data:text;utf8,alert('xss')"> `
133
146
- [ svg.svg] ( svg.svg ) , with an XSS attempt
147
+ - [ sym-xss] ( sym-xss ) . It's path is an XSS attempt.
134
148
135
149
## Refs
136
150
0 commit comments