summary refs log tree commit diff
path: root/port/caesar
ModeNameSize
-rw-r--r--.gitignore13log plain blame
-rw-r--r--Makefile251log plain blame
-rw-r--r--caesar.62789log plain blame
-rw-r--r--caesar.c4565log plain blame
-rw-r--r--rot13.sh1723log plain blame
38e59194acaf5efe53690d4ef6eaf38e1549&follow=1'>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