python-urllib3 1.25.8-2ubuntu0.2 source package in Ubuntu

Changelog

python-urllib3 (1.25.8-2ubuntu0.2) focal-security; urgency=medium

  * SECURITY UPDATE: DoS via URL regex backtracking
    - debian/patches/CVE-2021-33503.patch: improve performance of
      sub-authority splitting in URL in src/urllib3/util/url.py,
      test/test_util.py.
    - CVE-2021-33503

 -- Marc Deslauriers <email address hidden>  Wed, 18 Jan 2023 10:50:06 -0500

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-urllib3_1.25.8.orig.tar.gz 255.0 KiB 87716c2d2a7121198ebcb7ce7cccf6ce5e9ba539041cfbaeecfb641dc0bf6acc
python-urllib3_1.25.8-2ubuntu0.2.debian.tar.xz 13.1 KiB 1248dbf4ae4afaa57361ef9943bb4f2e509b495a11fd3bd763ba9eb283bbdb77
python-urllib3_1.25.8-2ubuntu0.2.dsc 2.3 KiB 497bb3a27b716588dd88a7fa14f6bf75b2ebc186fd8cb7d622681343a65bc026

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.