requests 2.28.1+dfsg-1ubuntu1.1 source package in Ubuntu

Changelog

requests (2.28.1+dfsg-1ubuntu1.1) lunar-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 12:54:33 -0400

Upload details

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

See full publishing history Publishing

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
requests_2.28.1+dfsg.orig.tar.xz 129.4 KiB 6c50ee6d9ade1644715c1ca78480838d3a0d2314cfdefd6c2a33dd8b821e6585
requests_2.28.1+dfsg-1ubuntu1.1.debian.tar.xz 14.1 KiB 59ff218580be4918bfb2be2ff807d235d4b72219eef54e75bdd3595447214578
requests_2.28.1+dfsg-1ubuntu1.1.dsc 2.6 KiB 26a609578f4a1244675c42219a6151a90759f66b32e7e554840fb91a418a329d

View changes file

Binary packages built by this source

python-requests-doc: elegant and simple HTTP library for Python (Documentation)

 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 documentation.

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.