]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Doc: Update CVE URL (GH-125489) (#125504)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 15 Oct 2024 07:36:17 +0000 (09:36 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Oct 2024 07:36:17 +0000 (07:36 +0000)
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Doc/conf.py

index 36f6243969c8b2721b3ac7294940994e03ddd7c5..fb55c5c65c2f350548b653a8d2b07caea50f3758 100644 (file)
@@ -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"),