Skip to content
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

Require later release of requests, to pick up security fixes for CVE-2018-18074 #183

Merged
merged 1 commit into from
Nov 15, 2018

Conversation

rdawemsys
Copy link
Contributor

requests 2.20.0 was released in order to resolve a security issue. From http://docs.python-requests.org/en/master/community/updates/#release-history :

Requests removes Authorization header from requests redirected from https to http on the same hostname. (CVE-2018-18074)

Update to requests 2.20.1 to pick up that security fix, plus other bugfixes.

This has the side effect that Python 2.6 is no longer supported, because requests >= 2.20.0 no longer supports Python 2.6.

@rdawemsys rdawemsys merged commit 20e9fb4 into master Nov 15, 2018
@rdawemsys rdawemsys deleted the update-requests-nov2018 branch November 15, 2018 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants