Not all relative paths are filtered #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
a URL ending in
..is resolved; thus one can list the directory the document root is in. Access is denied since../is filtered.Hecko, thanks for finding this. I think your comment on #17 is supposed to be on this one...
Jup, the comment was intended to go here. Besides fixing this, I was also thinking whether following symlinks is needed. Otherwise one could restrict access also with realpath to be within the document root.
Thanks to this bug is was able to verify that the systemd sandboxing is working (#15)
I think we do not want to follow symlinks, IMO. I was just about to go look up how to canonicalize paths. I've temporarily pushed a super crappy quick fix, but I think your suggestion should be the real fix.
Thank you