From: Mariusz Felisiak Date: Tue, 15 Oct 2024 07:29:08 +0000 (+0200) Subject: Doc: Update CVE URL (#125489) X-Git-Tag: v3.14.0a1~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2fe9ff11d6104074c19bf328a104caa99becc11;p=thirdparty%2FPython%2Fcpython.git Doc: Update CVE URL (#125489) --- diff --git a/Doc/conf.py b/Doc/conf.py index d7197b178658..839beaad08be 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -614,7 +614,7 @@ if sphinx.version_info[:2] < (8, 1): # Sphinx 8.1 has in-built CVE and CWE roles. extlinks |= { "cve": ( - "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-%s", + "https://www.cve.org/CVERecord?id=CVE-%s", "CVE-%s", ), "cwe": ("https://cwe.mitre.org/data/definitions/%s.html", "CWE-%s"),