Skip to content

Commit 1c4839b

Browse files
committed
sym-xss
gitattributes, mention kenai streak
1 parent 8cf849a commit 1c4839b

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.gitattributes

Whitespace-only changes.

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
2630
The SSH of those repos can be found at: [remotes.sh](remotes.sh),
2731
including 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

5360
Other 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+
127140
Other interesting things to do are the uppercase `.Git` and the `.git` file, which did not fit well in this repository.
128141

129142
XSS 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

sym-xss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<script>alert(1);</script>

0 commit comments

Comments
 (0)