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
This is the same bug as found here: tower-rs/tower-http#204
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