summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-09 19:15:57 -0500
committerJune McEnroe <june@causal.agency>2021-01-09 19:15:57 -0500
commit7bf96ac8e13a1f0f3311c818f33304fd30886e86 (patch)
treea43bcc1d0088d6ee73d6f3ec0c58eb204e7125f0 /scripts
parentAdd -o and -t options to trust self-signed certificates (diff)
downloadcatgirl-7bf96ac8e13a1f0f3311c818f33304fd30886e86.tar.gz
catgirl-7bf96ac8e13a1f0f3311c818f33304fd30886e86.zip
Make SYNOPSIS arguments consistent with option names
Can't keep the 4-letter pattern forever :(
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
03 +0200'>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