python-urllib3 1.26.5-1~exp1 source package in Ubuntu
Changelog
python-urllib3 (1.26.5-1~exp1) unstable; urgency=medium * New upstream version 1.26.5 - CVE-2021-33503: Catastrophic backtracking in URL authority parser when passed URL containing many @ characters. (Closes: #989848) * Refresh patches. -- Daniele Tricoli <email address hidden> Sun, 27 Jun 2021 17:02:18 +0200
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-urllib3_1.26.5-1~exp1.dsc | 2.2 KiB | 39abf0f987b0addc16146995dffde5073af9c878018f0cad23a43f0eb74a0671 |
python-urllib3_1.26.5.orig.tar.gz | 286.0 KiB | a7acd0977125325f516bda9735fa7142b909a8d01e8b2e4c8108d0984e6e0098 |
python-urllib3_1.26.5-1~exp1.debian.tar.xz | 11.9 KiB | b986919e426bc0a2266345aecd30eb7eb209a709abaff0fc21b27a0338aaf360 |
Available diffs
- diff from 1.26.4-1 to 1.26.5-1~exp1 (68.6 KiB)
No changes file available.
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.