requests 2.2.1-1ubuntu0.2 source package in Ubuntu
Changelog
requests (2.2.1-1ubuntu0.2) trusty-security; urgency=medium * SECURITY UPDATE: Session fixation and cookie stealing issue (LP: #1432555). - debian/patches/CVE-2015-2296.patch: extract cookies from the original request (which still has the host which returned the cookies) - CVE-2015-2296 -- Daniel Watkins <email address hidden> Mon, 16 Mar 2015 10:11:03 +0000
Upload details
- Uploaded by:
- Dan Watkins
- Sponsored by:
- Marc Deslauriers
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
requests_2.2.1.orig.tar.gz | 412.1 KiB | 1266921f1bed5fbf364cd83cf239b6d7b3ea5c32ccccbc93980d9ba12cdcfd02 |
requests_2.2.1-1ubuntu0.2.debian.tar.gz | 10.7 KiB | c1a8b0867f9aba42f388237c61c2975cf505e0a830908d171b93450ebfb02ebd |
requests_2.2.1-1ubuntu0.2.dsc | 2.2 KiB | e64ea2d38bc1019b7cef2f471f0196969310de0ba45bdf589cf518e336862c3d |
Available diffs
- diff from 2.2.1-1ubuntu0.1 to 2.2.1-1ubuntu0.2 (950 bytes)
Binary packages built by this source
- python-requests: elegant and simple HTTP library for Python, built for human beings
Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
multipart files, and parameters with simple Python dictionaries, and access the
response data in the same way. It's powered by httplib and urllib3, but it does
all the hard work and crazy hacks for you.
.
Features
.
- International Domains and URLs
- Keep-Alive & Connection Pooling
- Sessions with Cookie Persistence
- Browser-style SSL Verification
- Basic/Digest Authentication
- Elegant Key/Value Cookies
- Automatic Decompression
- Unicode Response Bodies
- Multipart File Uploads
- Connection Timeouts
- python3-requests: elegant and simple HTTP library for Python3, built for human beings
Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
multipart files, and parameters with simple Python dictionaries, and access the
response data in the same way. It's powered by httplib and urllib3, but it does
all the hard work and crazy hacks for you.
.
Features
.
- International Domains and URLs
- Keep-Alive & Connection Pooling
- Sessions with Cookie Persistence
- Browser-style SSL Verification
- Basic/Digest Authentication
- Elegant Key/Value Cookies
- Automatic Decompression
- Unicode Response Bodies
- Multipart File Uploads
- Connection Timeouts
.
This package contains the Python 3 version of the library.