requests 2.22.0-2ubuntu1.1 source package in Ubuntu

Changelog

requests (2.22.0-2ubuntu1.1) focal-security; urgency=medium

  * SECURITY UPDATE: Unintended leak of Proxy-Authorization header
    - debian/patches/CVE-2023-32681.patch: don't attach header to redirects
      with an HTTPS destination in requests/sessions.py,
      tests/test_requests.py.
    - CVE-2023-32681

 -- Marc Deslauriers <email address hidden>  Mon, 05 Jun 2023 13:13:31 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates main python
Focal security main python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
requests_2.22.0.orig.tar.gz 110.7 KiB 11e007a8a2aa0323f5a921e9e6a2d7e4e67d9877e85773fba9ba6419025cbeb4
requests_2.22.0-2ubuntu1.1.debian.tar.xz 7.5 KiB 0f042a182d2d8fbd4520c30ec36cba4735e5ee919efb6cebae88340f3eab8ec0
requests_2.22.0-2ubuntu1.1.dsc 2.3 KiB c0bafe2e77a8405debf5ae2f8b1a972c5ef1c09f94d9ef47bf6b4883dcec60aa

View changes file

Binary packages built by this source

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.