]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Update CVE URL (#125489)
authorMariusz Felisiak <felisiak.mariusz@gmail.com>
Tue, 15 Oct 2024 07:29:08 +0000 (09:29 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Oct 2024 07:29:08 +0000 (10:29 +0300)
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"),