summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2024-04-19 04:31:53 (GMT)
committerGitHub <noreply@github.com>2024-04-19 04:31:53 (GMT)
commit60787b8a4e80b9a3e67de781e6803364410ab285 (patch)
tree75524907bbd2e125add6a2cc1c856262bfb5ad2f
parenta09e47299217fe98615aec8318e13a744307d52a (diff)
downloadcpython-60787b8a4e80b9a3e67de781e6803364410ab285.zip
cpython-60787b8a4e80b9a3e67de781e6803364410ab285.tar.gz
cpython-60787b8a4e80b9a3e67de781e6803364410ab285.tar.bz2
Docs: Fix CVE link (#118077)
-rw-r--r--Doc/c-api/init.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst
index cbc03bf..8725ce0 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 <https://cve.mitre.org/cgi-bin/cvename.cgi?name=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