File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.2.4] - 2026-03-15
9+
10+ ### Security
11+ - Updated urllib3 from >=2.5.0 to >=2.6.3 to address multiple high-severity vulnerabilities:
12+ - CVE-2026 -21441: Decompression-bomb safeguards bypassed when following HTTP redirects (streaming API)
13+ - CVE-2025 -66471: Streaming API improperly handles highly compressed data
14+ - CVE-2025 -66418: Unbounded number of links in the decompression chain
15+
816## [ 1.2.3] - 2025-10-27
917
1018### Changed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " purl2src"
7- version = " 1.2.3 "
7+ version = " 1.2.4 "
88description = " Translate Package URLs (PURLs) into validated download URLs for source code artifacts"
99readme = " README.md"
1010requires-python = " >=3.8"
@@ -30,7 +30,7 @@ classifiers = [
3030dependencies = [
3131 " click>=8.0.0" ,
3232 " requests>=2.28.0" ,
33- " urllib3>=2.5.0 " ,
33+ " urllib3>=2.6.3 " ,
3434]
3535
3636[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments