summary refs log tree commit diff homepage
path: root/2017
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-05 00:13:24 -0500
committerJune McEnroe <june@causal.agency>2020-12-05 00:13:24 -0500
commit151318df910436f7484e8eea27bc90bc6b75b134 (patch)
tree4bcd9f95ad1e42599ff00504e4cf1a8aa36944d3 /2017
parentSolve day 4 part 2 (diff)
downloadaoc-151318df910436f7484e8eea27bc90bc6b75b134.tar.gz
aoc-151318df910436f7484e8eea27bc90bc6b75b134.zip
Solve day 5 part 1
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
lt;mail@eworm.de> 2018-08-28filters: generate anchor links from markdownChristian Hesse This makes the markdown 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