requests 2.9.1-3ubuntu0.1 source package in Ubuntu
Changelog
requests (2.9.1-3ubuntu0.1) xenial-security; urgency=medium * SECURITY UPDATE: Creadentials through HTTP Authorization header - debian/patches/CVE-2018-18074.patch: fix in requests/sessions.py, test_requests.py. - CVE-2018-18074 -- <email address hidden> (Leonidas S. Barbosa) Thu, 11 Oct 2018 10:30:18 -0300
Upload details
- Uploaded by:
- Leonidas S. Barbosa
- Uploaded to:
- Xenial
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | updates | main | python | |
Xenial | security | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
requests_2.9.1.orig.tar.gz | 473.6 KiB | 6a6c018411bcc8cfb56f5c2a8d13f5451c40bf03d8e0bd59d103caf29062ef4d |
requests_2.9.1-3ubuntu0.1.debian.tar.xz | 14.8 KiB | 9793130231dbf1f6cb0a0b85a979c3cfa634ebd4d97b7358ec83be53639a1337 |
requests_2.9.1-3ubuntu0.1.dsc | 2.3 KiB | dacd9d95cf46d335fce7448a72a3f2197cd3c29f20eed83d03c755dd2757fee5 |
Available diffs
Binary packages built by this source
- python-requests: elegant and simple HTTP library for Python2, 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.