We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mustache.java/compiler/src/main/java/com/github/mustachejava/resolver/FileSystemResolver.java
Line 45 in a1197f7
The line above gets the canonical path of the file and this check will break when "file" is a symbolic link .
And under directory: /local/apollo/_env/asdf-swit1na.18021267.375759313.1848829265
The text was updated successfully, but these errors were encountered:
Hmmm. I'll take a look if there is another way to safely check that they aren't escaping the root.
Sorry, something went wrong.
No branches or pull requests
mustache.java/compiler/src/main/java/com/github/mustachejava/resolver/FileSystemResolver.java
Line 45 in a1197f7
The line above gets the canonical path of the file and this check will break when "file" is a symbolic link .
My example:
And under directory: /local/apollo/_env/asdf-swit1na.18021267.375759313.1848829265
The text was updated successfully, but these errors were encountered: