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
There's a discussion on Zulip about malcrafted urls: https://chat.fhir.org/#narrow/stream/implementers/subject/URL.20Parsing
Exploits by Orange Tsai: https://www.blackhat.com/docs/us-17/thursday/us-17-Tsai-A-New-Era-Of-SSRF-Exploiting-URL-Parser-In-Trending-Programming-Languages.pdf http://blog.orange.tw/2017/07/how-i-chained-4-vulnerabilities-on.html
List of test url's https://www.lookout.net/test/url/
Maybe we can implement at least some unit tests for this?
The text was updated successfully, but these errors were encountered:
These kinds of exploits should be resolved and handled by the server, not this SDK. Because it cannot know the context it is in.
Sorry, something went wrong.
No branches or pull requests
There's a discussion on Zulip about malcrafted urls:
https://chat.fhir.org/#narrow/stream/implementers/subject/URL.20Parsing
Exploits by Orange Tsai:
https://www.blackhat.com/docs/us-17/thursday/us-17-Tsai-A-New-Era-Of-SSRF-Exploiting-URL-Parser-In-Trending-Programming-Languages.pdf
http://blog.orange.tw/2017/07/how-i-chained-4-vulnerabilities-on.html
List of test url's
https://www.lookout.net/test/url/
Maybe we can implement at least some unit tests for this?
The text was updated successfully, but these errors were encountered: