https://github.com/python/cpython/commit/4bc59e5fd7add7c8a60f3636853163d1d5806ce0
commit: 4bc59e5fd7add7c8a60f3636853163d1d5806ce0
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2024-10-15T07:34:15Z
summary:

[3.13] Doc: Update CVE URL (GH-125489) (#125503)

Co-authored-by: Mariusz Felisiak <[email protected]>

files:
M Doc/conf.py

diff --git a/Doc/conf.py b/Doc/conf.py
index d7197b17865854..839beaad08bebd 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -614,7 +614,7 @@
     # 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"),

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to