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
On windows it is possible to access arbitrary files from other drives than the server is started from.
For example, if the server is started from D:\..., you can get files from C: by requests like this: http://127.0.0.1/anypath/c:/windows/win.ini
D:\...
C:
This is the same bug as found here: tower-rs/tower-http#204
The text was updated successfully, but these errors were encountered:
I released 0.9.2 and 1.0.0-alpha.2 fixing this. Looking into an advisory. Thanks for reporting!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
On windows it is possible to access arbitrary files from other drives than the server is started from.
For example, if the server is started from
D:\...
, you can get files fromC:
by requests like this: http://127.0.0.1/anypath/c:/windows/win.iniThis is the same bug as found here: tower-rs/tower-http#204
The text was updated successfully, but these errors were encountered: