From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:36:17 +0000 (+0200) Subject: [3.12] Doc: Update CVE URL (GH-125489) (#125504) X-Git-Tag: v3.12.8~204 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79422bc13b17331211619354b7d8acaccafcc79a;p=thirdparty%2FPython%2Fcpython.git [3.12] Doc: Update CVE URL (GH-125489) (#125504) Co-authored-by: Mariusz Felisiak --- diff --git a/Doc/conf.py b/Doc/conf.py index 36f6243969c8..fb55c5c65c2f 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -593,7 +593,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"),