Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kbs: allow resource uri to have
.
in safe ways
We deprecated `.` in resource uri to avoid security issues like accessing the upper directory with `..` path. However, in some cases `.` is safe like `example.txt`. This patch allows a string not starting with `.` to appear in a resource URI. Fixes #593 Signed-off-by: Xynnn007 <[email protected]>
- Loading branch information