python-urllib3 1.25.8-ok3 source package in openKylin

Changelog

python-urllib3 (1.25.8-ok3) yangtze; urgency=medium

  * jyadll CVE-2021-33503 安全更新:在鉴权模块的URL中添加@参数导致资源管理错误

 -- zhanghongyang <email address hidden>  Tue, 21 Feb 2023 20:57:51 +0800

Upload details

Uploaded by:
zhanghongyang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python
Yangtze V1.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-urllib3_1.25.8.orig.tar.gz 255.0 KiB 87716c2d2a7121198ebcb7ce7cccf6ce5e9ba539041cfbaeecfb641dc0bf6acc
python-urllib3_1.25.8-ok3.debian.tar.xz 9.4 KiB 031e1ce58791ecf48d802d02dc65413afa2a857eb8aa95bfef79201666bc6b8b
python-urllib3_1.25.8-ok3.dsc 2.0 KiB 8b6ba35f094c4cc5eeae38b530292744de076f434f6a6dc83445d4f1e6bef511

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.