From 04275425b33b3b727211c3832ad47e92ec654db2 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Thu, 18 Apr 2024 20:20:58 -0700 Subject: [PATCH] Docs: Fix CVE link --- Doc/c-api/init.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index cbc03bfd18ea3c..8725ce085145aa 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