New issue
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
Doesn't Validate TLS #140
Comments
|
This was assigned CVE-2015-2674. http://seclists.org/oss-sec/2015/q1/962 |
|
Since Restkit just wraps the Python ssl socket library, this PEP is relevant https://www.python.org/dev/peps/pep-0476/ (and shows the scope of the issue). @dstufft if you pass |
|
Ping? |
|
Any news? |
Restkit does not validate TLS which means it's HTTPS handling is broken and insecure.
The text was updated successfully, but these errors were encountered: