Docs: Fix CVE link (#118077)

This commit is contained in:
Jelle Zijlstra 2024-04-18 21:31:53 -07:00 committed by GitHub
parent a09e472992
commit 60787b8a4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -699,7 +699,7 @@ Process-wide parameters
It is recommended that applications embedding the Python interpreter It is recommended that applications embedding the Python interpreter
for purposes other than executing a single script pass ``0`` as *updatepath*, for purposes other than executing a single script pass ``0`` as *updatepath*,
and update :data:`sys.path` themselves if desired. 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 On versions before 3.1.3, you can achieve the same effect by manually
popping the first :data:`sys.path` element after having called popping the first :data:`sys.path` element after having called