summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-11 21:57:05 -0400
committerJune McEnroe <june@causal.agency>2018-09-11 21:57:05 -0400
commit56e8803c62da1f2a31e19b2b5ac460566f8e5d38 (patch)
treea8472c2484cd656bc2d5480cb2cb2135c6784c61 /bin
parentRemove GAMES from BINS (diff)
downloadsrc-56e8803c62da1f2a31e19b2b5ac460566f8e5d38.tar.gz
src-56e8803c62da1f2a31e19b2b5ac460566f8e5d38.zip
Rewrite gfx.7 and render plaintext README
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
filter generate anchor links for headings. Signed-off-by: Christian Hesse <mail@eworm.de> Tested-by: jean-christophe manciot <actionmystique@gmail.com> 2018-08-03Bump version.Jason A. Donenfeld Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2018-08-03clone: fix directory traversalJason 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-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev