diff --git a/CHANGES/10137.misc.rst b/CHANGES/10137.misc.rst index 74ad0fa3528..43b19c33f32 100644 --- a/CHANGES/10137.misc.rst +++ b/CHANGES/10137.misc.rst @@ -1,3 +1,3 @@ Restored support for zero copy writes when using Python 3.12 versions 3.12.9 and later or Python 3.13.2+ -- by :user:`bdraco`. -Zero copy writes were previously disabled due to CVE-2024-12254 which is resolved in these Python versions. +Zero copy writes were previously disabled due to :cve:`2024-12254` which is resolved in these Python versions.