https://github.com/python/cpython/commit/79422bc13b17331211619354b7d8acaccafcc79a
commit: 79422bc13b17331211619354b7d8acaccafcc79a
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2024-10-15T07:36:17Z
summary:

[3.12] Doc: Update CVE URL (GH-125489) (#125504)

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

files:
M Doc/conf.py

diff --git a/Doc/conf.py b/Doc/conf.py
index 36f6243969c8b2..fb55c5c65c2f35 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -593,7 +593,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