We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a7b25 commit 8893858Copy full SHA for 8893858
1 file changed
README.md
@@ -29,8 +29,8 @@ func SecureJoin(root, unsafePath string) (string, error)
29
This library **guarantees** the following:
30
31
* If no error is set, the resulting string **must** be a child path of
32
- `SecureJoin` and will not contain any symlink path components (they will all
33
- be expanded).
+ `root` and will not contain any symlink path components (they will all be
+ expanded).
34
35
* When expanding symlinks, all symlink path components **must** be resolved
36
relative to the provided root. In particular, this can be considered a
0 commit comments