Skip to content

Commit 1f4ce55

Browse files
committed
Update Python and dependency versions in python-versions.json
Updated Python to 3.13.13 and critical dependencies to address several vulnerabilities: Python 3.13.13 - CVE-2026-3479: Improper resource argument validation in pkgutil.get_data() - CVE-2026-2297: Incorrectly handled hook in FileLoader - CVE-2025-13462: Incorrect parsing of TarInfo with GNU long name - CVE-2025-27607: RCE in python-json-logger dependency Perl 5.42.2.1 - CVE-2026-4176: Memory corruption in Compress::Raw::Zlib core module - CVE-2026-3381 / CVE-2026-27171: zlib vulnerabilities within compression capabilities OpenSSL 3.5.6 - CVE-2026-31790: Leakage from uninitialized memory in RSA KEM RSASVE - CVE-2026-2673: Loss of key agreement group tuple structure - CVE-2026-28387: Potential use-after-free in DANE client code - CVE-2026-28388: DoS via NULL pointer dereference in delta CRL processing - CVE-2026-31789: Heap buffer overflow in hexadecimal conversion - CVE-2026-28389 / CVE-2026-28390: NULL pointer dereferences in CMS processing SQLite 3.53.0.0 - CVE-2025-6965: High-severity memory corruption flaw in aggregate terms
1 parent 9583567 commit 1f4ce55

1 file changed

Lines changed: 28 additions & 1 deletion

File tree

relenv/python-versions.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@
188188
"3.13.12": "7c5b0241cb7d33d4eab78c9fd44967b08220dfe7",
189189
"3.12.13": "ad3e9c333d91bee73f1d5f4a6fe6e88f2e74d911",
190190
"3.11.15": "e434ba0457a632f86e73239174bb1737cb57c09c",
191-
"3.10.20": "33b99a3309d5a0323b71a4764543f61ff1fcf8f3"
191+
"3.10.20": "33b99a3309d5a0323b71a4764543f61ff1fcf8f3",
192+
"3.13.13": "be80bbd34ab6627c464a2a2d965d8b8fa5aa2388"
192193
},
193194
"dependencies": {
194195
"perl": {
@@ -205,6 +206,13 @@
205206
"platforms": [
206207
"win32"
207208
]
209+
},
210+
"5.42.2.1": {
211+
"url": "https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/SP_54221_64bit/strawberry-perl-{version}-64bit-portable.zip",
212+
"sha256": "32d83be90cf04b807cfb9477482bc36302cdee6f5b04cf57e81adecbd8f07898",
213+
"platforms": [
214+
"win32"
215+
]
208216
}
209217
},
210218
"openssl": {
@@ -216,6 +224,15 @@
216224
"darwin",
217225
"win32"
218226
]
227+
},
228+
"3.5.6": {
229+
"url": "https://github.com/openssl/openssl/releases/download/openssl-{version}/openssl-{version}.tar.gz",
230+
"sha256": "deae7c80cba99c4b4f940ecadb3c3338b13cb77418409238e57d7f31f2a3b736",
231+
"platforms": [
232+
"linux",
233+
"darwin",
234+
"win32"
235+
]
219236
}
220237
},
221238
"sqlite": {
@@ -258,6 +275,16 @@
258275
"darwin",
259276
"win32"
260277
]
278+
},
279+
"3.53.0.0": {
280+
"url": "https://sqlite.org/2026/sqlite-autoconf-{version}.tar.gz",
281+
"sha256": "851e9b38192fe2ceaa65e0baa665e7fa06230c3d9bd1a6a9662d02380d73365a",
282+
"sqliteversion": "3530000",
283+
"platforms": [
284+
"linux",
285+
"darwin",
286+
"win32"
287+
]
261288
}
262289
},
263290
"xz": {

0 commit comments

Comments
 (0)