summary refs log tree commit diff
path: root/doc/pdf/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-04-14 23:01:17 -0400
committerJune McEnroe <june@causal.agency>2022-04-14 23:01:17 -0400
commitf006d21108cb2526dd7868d8628eacfe81d6c68e (patch)
tree53dbe5a3328b62dc7af05938216b4f9261f3dd2d /doc/pdf/Makefile
parentSwap dates so the difference is always positive (diff)
downloadsrc-f006d21108cb2526dd7868d8628eacfe81d6c68e.tar.gz
src-f006d21108cb2526dd7868d8628eacfe81d6c68e.zip
Publish "Agency"
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
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