]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Fix CVE link (#118077)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Fri, 19 Apr 2024 04:31:53 +0000 (21:31 -0700)
committerGitHub <noreply@github.com>
Fri, 19 Apr 2024 04:31:53 +0000 (21:31 -0700)
Doc/c-api/init.rst

index cbc03bfd18ea3c458d9ec82cf854595b79ca3d4b..8725ce085145aad6f93588bd66d33713f7eca0c9 100644 (file)
@@ -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