We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8acbed8 commit b47b389Copy full SHA for b47b389
2 files changed
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+0.22.6
2
+======
3
+
4
+* SQLite 3.51.3.0
5
+ - CVE-2025-70873: Heap memory disclosure in zipfile extension
6
+ - CVE-2025-7709: Integer overflow in FTS5 extension
7
+ - Fixes WAL-reset bug preventing database corruption
8
+* XZ Utils 5.8.3
9
+ - CVE-2026-34743: Buffer overflow in lzma_index_append()
10
+* Expat 2.7.5
11
+ - CVE-2026-32776: NULL pointer dereference in external parameter entities
12
+ - CVE-2026-32777: Infinite loop in entityValueProcessor
13
+ - CVE-2026-32778: NULL pointer dereference during OOM recovery
14
15
16
0.22.5
17
======
18
relenv/common.py
@@ -34,7 +34,7 @@
34
)
35
36
# relenv package version
37
-__version__ = "0.22.5"
+__version__ = "0.22.6"
38
39
log = logging.getLogger(__name__)
40
0 commit comments