From 79422bc13b17331211619354b7d8acaccafcc79a Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:36:17 +0200 Subject: [PATCH] [3.12] Doc: Update CVE URL (GH-125489) (#125504) Co-authored-by: Mariusz Felisiak --- Doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), -- 2.47.3