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

index d7197b17865854f6d2abb0179e881af2eaa69b0f..839beaad08bebdc9db9bb9f3c6221b88ce99b39d 100644 (file)
@@ -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"),