Skip to content

Commit

Permalink
Merge pull request #1 from kennethreitz/master
Browse files Browse the repository at this point in the history
Only for me
  • Loading branch information
yasoob committed Mar 16, 2015
2 parents 3711e04 + cd3f7eb commit 81d2d55
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Release History

**Bugfixes**

- Fix handling of cookies on redirect. Previously a cookie without a host
value set would use the hostname for the redirected URL exposing requests
users to session fixation attacks and potentially cookie stealing. This was
disclosed privately by Matthew Daley of `BugFuzz <https://bugfuzz.com>`_.
An CVE identifier has not yet been assigned for this. This affects all
versions of requests from v2.1.0 to v2.5.3 (inclusive on both ends).
- CVE-2015-2296: Fix handling of cookies on redirect. Previously a cookie
without a host value set would use the hostname for the redirected URL
exposing requests users to session fixation attacks and potentially cookie
stealing. This was disclosed privately by Matthew Daley of
`BugFuzz <https://bugfuzz.com>`_. This affects all versions of requests from
v2.1.0 to v2.5.3 (inclusive on both ends).

- Fix error when requests is an ``install_requires`` dependency and ``python
setup.py test`` is run. (#2462)
Expand Down

0 comments on commit 81d2d55

Please sign in to comment.