Commit message (Collapse) | Author | ||
---|---|---|---|
2018-08-03 | Bump version. | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2018-08-03 | clone: fix directory traversal | Jason A. Donenfeld | |
This was introduced in the initial version of this code, way back when in 2008. $ curl http://127.0.0.1/cgit/repo/objects/?path=../../../../../../../../../etc/passwd root:x:0:0:root:/root:/bin/sh ... Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Reported-by: Jann Horn <jannh@google.com> | |||
2018-08-03 | config: record repo.snapshot-prefix in the per-repo config | Konstantin Ryabitsev |