python-urllib3 1.26.16-1ubuntu0.1 source package in Ubuntu

Changelog

python-urllib3 (1.26.16-1ubuntu0.1) mantic-security; urgency=medium

  * SECURITY UPDATE: http cookie leakage via http redirect
    - debian/patches/CVE-2023-43804.patch: removes the cookie from the
      http request when it is redirected to a different origin.
    - CVE-2023-43804
  * SECURITY UPDATE: http body leakage via http redirect
    - debian/patches/CVE-2023-45803.patch: removes the body from the
      http request when it is redirected to a different origin and the
      http verb is changed to GET.
    - CVE-2023-45803

 -- Jorge Sancho Larraz <email address hidden>  Sun, 22 Oct 2023 13:46:37 +0200

Upload details

Uploaded by:
Jorge Sancho Larraz
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-urllib3_1.26.16.orig.tar.gz 296.6 KiB 8f135f6502756bde6b2a9b28989df5fbe87c9970cecaa69041edcce7f0589b14
python-urllib3_1.26.16-1ubuntu0.1.debian.tar.xz 15.2 KiB 4149c49d57e8072457a5f219a2206054b5ef383b4f20c79bba3445b17e4bd946
python-urllib3_1.26.16-1ubuntu0.1.dsc 2.4 KiB fc34db893385961c03b211974e4797d5658524b4301be2411dab042b18c56f16

View changes file

Binary packages built by this source

python3-urllib3: HTTP library with thread-safe connection pooling for Python3

 urllib3 supports features left out of urllib and urllib2 libraries.
 .
   - Re-use the same socket connection for multiple requests (HTTPConnectionPool
     and HTTPSConnectionPool) (with optional client-side certificate
     verification).
   - File posting (encode_multipart_formdata).
   - Built-in redirection and retries (optional).
   - Supports gzip and deflate decoding.
   - Thread-safe and sanity-safe.
   - Small and easy to understand codebase perfect for extending and
     building upon.
 .
 This package contains the Python 3 version of the library.