Skip to content

Commit e9685bd

Browse files
committed
Relenv 0.22.8
1 parent 1f4ce55 commit e9685bd

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
0.22.8
2+
======
3+
4+
* Python 3.13.13
5+
- CVE-2026-3479: Improper resource argument validation in pkgutil.get_data()
6+
- CVE-2026-2297: Incorrectly handled hook in FileLoader
7+
- CVE-2025-13462: Incorrect parsing of TarInfo with GNU long name
8+
- CVE-2025-27607: RCE in python-json-logger dependency
9+
* Perl 5.42.2.1
10+
- CVE-2026-4176: Memory corruption in Compress::Raw::Zlib core module
11+
- CVE-2026-3381 / CVE-2026-27171: zlib vulnerabilities within compression capabilities
12+
* OpenSSL 3.5.6
13+
- CVE-2026-31790: Leakage from uninitialized memory in RSA KEM RSASVE
14+
- CVE-2026-2673: Loss of key agreement group tuple structure
15+
- CVE-2026-28387: Potential use-after-free in DANE client code
16+
- CVE-2026-28388: DoS via NULL pointer dereference in delta CRL processing
17+
- CVE-2026-31789: Heap buffer overflow in hexadecimal conversion
18+
- CVE-2026-28389 / CVE-2026-28390: NULL pointer dereferences in CMS processing
19+
* SQLite 3.53.0.0
20+
- CVE-2025-6965: High-severity memory corruption flaw in aggregate terms
21+
22+
123
0.22.7
224
======
325

relenv/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
)
3535

3636
# relenv package version
37-
__version__ = "0.22.7"
37+
__version__ = "0.22.8"
3838

3939
log = logging.getLogger(__name__)
4040

0 commit comments

Comments
 (0)