Skip to content

Commit caf6c70

Browse files
committed
Fix readme
1 parent 9c1a255 commit caf6c70

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Diff for: README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ There are also some tests that could not be included here conveniently:
2525
- <https://github.com/cirosantilli/test-empty-subdir>
2626
- <https://github.com/cirosantilli/test-long-filename-1024>
2727
- <https://github.com/cirosantilli/test-long-filename-256>
28+
- <https://github.com/cirosantilli/test-min-sane>
2829
- <https://github.com/cirosantilli/test-refs-api-tags-pulls-block>
2930
- <https://github.com/cirosantilli/test-symlink-self>
3031
- <https://github.com/cirosantilli/test-symlink-middle-null>
@@ -76,20 +77,22 @@ The most interesting files on this repository are:
7677
- [double whitespace directory name](%20%20/) and [its README](%20%20/README.md)
7778
- [a b](a b)
7879

79-
- Git directory inside Git directory: [_git](_git).
80+
- Magic Git directories:
8081

81-
For further mischief, same files were copied on the top-level of the repository.
82+
- Git directory inside Git directory: [_git](_git).
83+
84+
For further mischief, the files in that directory were copied to the top-level of the repository.
8285

8386
Interesting branches and tags:
8487

8588
- [`hasslash/a`](../hasslash/a): branch inside sub-directory
8689

8790
- [`-r`](../-r): branch with forbidden name, and in particular one that may be used for shell injection.
8891

89-
- `<script>alert('xss')</script>` and `<b>a</b>`: XSS attempts
90-
9192
Create manually with `cp master -- -r` and push with `git push --all`.
9293

94+
- `<script>alert('xss')</script>` and `<b>a</b>`: XSS attempts
95+
9396
- `tag-empty-blob`: a tag that points to a blob
9497

9598
- [`a;{echo,INJECTION};{echo,RULZ};`](a;{echo,INJECTION};{echo,RULZ};): GitHub proposes a shell injection to users on a pull request under "You can also merge branches on the command line". <https://github.com/cirosantilli/test/pull/17>

0 commit comments

Comments
 (0)