From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:34:15 +0000 (+0200) Subject: [3.13] Doc: Update CVE URL (GH-125489) (#125503) X-Git-Tag: v3.13.1~299 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bc59e5fd7add7c8a60f3636853163d1d5806ce0;p=thirdparty%2FPython%2Fcpython.git [3.13] Doc: Update CVE URL (GH-125489) (#125503) Co-authored-by: Mariusz Felisiak --- 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"),