From: Jelle Zijlstra Date: Fri, 19 Apr 2024 04:31:53 +0000 (-0700) Subject: Docs: Fix CVE link (#118077) X-Git-Tag: v3.13.0b1~346 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60787b8a4e80b9a3e67de781e6803364410ab285;p=thirdparty%2FPython%2Fcpython.git Docs: Fix CVE link (#118077) --- diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index cbc03bfd18ea..8725ce085145 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -699,7 +699,7 @@ Process-wide parameters It is recommended that applications embedding the Python interpreter for purposes other than executing a single script pass ``0`` as *updatepath*, and update :data:`sys.path` themselves if desired. - See `CVE-2008-5983 `_. + See :cve:`2008-5983`. On versions before 3.1.3, you can achieve the same effect by manually popping the first :data:`sys.path` element after having called