summary refs log tree commit diff
path: root/scoop.1 (follow)
Commit message (Expand)AuthorAge
* Add scoop output format optionJune McEnroe2019-12-31
* Add strftime format string optionJune McEnroe2019-12-31
* Add option to group events by contextJune McEnroe2019-12-31
* Rewrite scoop(1) argument descriptionsJune McEnroe2019-12-31
* Add -D flag to prospective scoop manualJune McEnroe2019-12-30
* Remove scoop -ABCJune McEnroe2019-12-30
* Add prospective scoop manual pageJune McEnroe2019-12-30
?h=1.4.1&id=824138e59194acaf5efe53690d4ef6eaf38e1549&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