Mailing List Archive

Docs: Fix CVE link (#118077)
https://github.com/python/cpython/commit/60787b8a4e80b9a3e67de781e6803364410ab285
commit: 60787b8a4e80b9a3e67de781e6803364410ab285
branch: main
author: Jelle Zijlstra <jelle.zijlstra@gmail.com>
committer: JelleZijlstra <jelle.zijlstra@gmail.com>
date: 2024-04-18T21:31:53-07:00
summary:

Docs: Fix CVE link (#118077)

files:
M Doc/c-api/init.rst

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 <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

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-leave@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: list-python-checkins@lists.gossamer-threads.com