requests 2.28.1+dfsg-1ubuntu2 source package in Ubuntu

Changelog

requests (2.28.1+dfsg-1ubuntu2) mantic; 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:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [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-1ubuntu2.debian.tar.xz 14.1 KiB 793ad36fc394805a216bc5638ad8d918d026ad8003d454278033a78a389973b0
requests_2.28.1+dfsg-1ubuntu2.dsc 2.6 KiB 3082fb2d7227128f8e899665b9dbd79231c982c486f111b25b81a648f9519e77

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.