We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9473f0 commit 50309c3Copy full SHA for 50309c3
2 files changed
Doc/whatsnew/3.7.rst
@@ -2663,3 +2663,11 @@ cert-store
2663
---------
2664
2665
* Fixed CVE-2024-0397 Fix locking in ``cert_store_stats`` and ``get_ca_certs``
2666
+
2667
+Notable changes in 3.7.17.5
2668
+=========================
2669
2670
+pyexpat / libexpat
2671
+------------------
2672
2673
+* Upgrade bundled libexpat to 2.6.3 to fix CVE-2024-28757, CVE-2024-45490, CVE-2024-45491 and CVE-2024-45492.
Include/patchlevel.h
@@ -23,7 +23,7 @@
23
#define PY_RELEASE_SERIAL 0
24
25
/* Version as a string */
26
-#define PY_VERSION "3.7.17.4"
+#define PY_VERSION "3.7.17.5"
27
/*--end constants--*/
28
29
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
0 commit comments