https://github.com/python/cpython/commit/a2fe9ff11d6104074c19bf328a104caa99becc11
commit: a2fe9ff11d6104074c19bf328a104caa99becc11
branch: main
author: Mariusz Felisiak <[email protected]>
committer: hugovk <[email protected]>
date: 2024-10-15T10:29:08+03:00
summary:
Doc: Update CVE URL (#125489)
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]