mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
![]() "/" is valid char in HTTP authorization headers, but is also used in rest-server to map usernames to private repos. This commit prevents loading maliciously composed usernames like "/foo/config" by restricting the allowed characters to the unicode character class, numbers, "-", "." and "@". Closes #131 |
||
---|---|---|
.. | ||
0.10.0_2020-09-13 | ||
unreleased | ||
CHANGELOG-GitHub.tmpl | ||
CHANGELOG.tmpl | ||
TEMPLATE |