Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60787b8

Browse files
Docs: Fix CVE link (#118077)
1 parent a09e472 commit 60787b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/init.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ Process-wide parameters
699699
It is recommended that applications embedding the Python interpreter
700700
for purposes other than executing a single script pass ``0`` as *updatepath*,
701701
and update :data:`sys.path` themselves if desired.
702-
See `CVE-2008-5983 <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5983>`_.
702+
See :cve:`2008-5983`.
703703
704704
On versions before 3.1.3, you can achieve the same effect by manually
705705
popping the first :data:`sys.path` element after having called

0 commit comments

Comments
 (0)