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
the following way of avoiding local access is not enough:
neo-modules/src/OracleService/Protocols/OracleHttpsProtocol.cs
Lines 41 to 46 in 32aacc4
since a remote server is able to return a redirect response whose target is https://local-address/x.
original issue neo-project/neo#2662
The text was updated successfully, but these errors were encountered:
and actually i don't think any of current solution (#692, #694) 100% works. (although i prefer #692 because it actually avoid the request happening)
because they cannot avoid dns rebinding attack
Sorry, something went wrong.
to prevent ssrf and dns rebinding, i suggested customizing http.Transport in nspcc/neo-go which is a reliable solution easily searched.
http.Transport
still haven't find any easy solution on dotnet. probably we need a new httpsclient 🌚
(too many years, no answer) https://stackoverflow.com/questions/58391775/how-to-prevent-ssrf-in-net
Successfully merging a pull request may close this issue.
the following way of avoiding local access is not enough:
neo-modules/src/OracleService/Protocols/OracleHttpsProtocol.cs
Lines 41 to 46 in 32aacc4
since a remote server is able to return a redirect response whose target is https://local-address/x.
The text was updated successfully, but these errors were encountered: