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
The Deno file sandbox does not handle symbolic links correctly. When running Deno with specific write access the Deno.symlink method can be used to gain access to any directory.
Deno.symlink
Proof of concept: https://hackers.report/report/614876917a7b150012836bb8
The text was updated successfully, but these errors were encountered:
See also #9607
Sorry, something went wrong.
dsherret
Successfully merging a pull request may close this issue.
The Deno file sandbox does not handle symbolic links correctly.
When running Deno with specific write access the
Deno.symlinkmethod can be used to gain access to any directory.Proof of concept:
https://hackers.report/report/614876917a7b150012836bb8
The text was updated successfully, but these errors were encountered: