tests/missing-comment.hg
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 31 Mar 2017 21:47:26 -0700
changeset 31790 62f9679df1f2
parent 17064 168cc52ad7c2
permissions -rw-r--r--
hgweb: extract path traversal checking into standalone function A common exploit in web applications that access paths is to insert path separator strings like ".." to try to get the server to serve up files it shouldn't. We have code for detecting this in staticfile(). A subsequent commit will need to perform this test as well. Since this is security code, let's factor the check so we don't have to reinvent the wheel.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17064
168cc52ad7c2 histedit: new extension for interactive history editing
Augie Fackler <raf@durin42.com>
parents:
diff changeset
     1
(binary:application/octet-stream)