From fe6c2c426c38687d62f14a06dd5cdbf7c40d02d3 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 18 Aug 2025 21:27:21 -0400 Subject: Add a bunch of film roll metadata I'm not sure why I even do this. --- www/photo.causal.agency/0098/body | 1 + 1 file changed, 1 insertion(+) create mode 100644 www/photo.causal.agency/0098/body (limited to 'www/photo.causal.agency/0098/body') diff --git a/www/photo.causal.agency/0098/body b/www/photo.causal.agency/0098/body new file mode 100644 index 00000000..0962ee7d --- /dev/null +++ b/www/photo.causal.agency/0098/body @@ -0,0 +1 @@ +Yashica FX-3 -- cgit 1.4.1 c0fa86efec72de4426674ca2'>this commit DON'T USE THIS! --- web frontend for git
about summary refs log tree commit diff
path: root/ui-commit.c (unfollow)
Commit message (Collapse)Author
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