summary refs log tree commit diff
path: root/home/.local/bin
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-14 01:43:40 -0500
committerJune McEnroe <june@causal.agency>2018-11-14 01:43:40 -0500
commit325c2f671c399a547f676b1beef8b367942c8ec4 (patch)
tree9bb9e24570835809e222485bc2e35c7b01240d44 /home/.local/bin
parentFactor out png.h (diff)
downloadsrc-325c2f671c399a547f676b1beef8b367942c8ec4.tar.gz
src-325c2f671c399a547f676b1beef8b367942c8ec4.zip
Rearrange bin Makefile once more
Diffstat (limited to 'home/.local/bin')
0 files changed, 0 insertions, 0 deletions
Bump 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