Skip to content

Commit

Permalink
gitattributes, mention kenai
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciro Santilli committed Mar 6, 2015
1 parent b28e4a1 commit 9e8cae4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Empty file added .gitattributes
Empty file.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ Mirrors without repository browsing:

- <http://codeplane.com>

Mirrors for which I can't create projects:

- <https://kenai.com>

The SSH of those repos can be found at: [remotes.sh](remotes.sh),
including other repos which don't have public view like Atlas.

Expand Down Expand Up @@ -120,12 +124,18 @@ Everything else goes:

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

Magic Git directories:
Magic Git files:

- Git directory inside Git directory: [_git](_git).

For further mischief, the files in that directory were copied to the top-level of the repository.

- [.gitattributes](.gitattributes): TODO empty

Does not seems to lead to arbitrary code execution, as available diff and merge drivers must be set on the config.

GitHub seems to ignore it: <http://stackoverflow.com/a/24382933/895245>

Other interesting things to do are the uppercase `.Git` and the `.git` file, which did not fit well in this repository.

XSS attempts:
Expand Down

0 comments on commit 9e8cae4

Please sign in to comment.