mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.12] Doc: Update CVE URL (GH-125489) (#125504)
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
This commit is contained in:
parent
449f2c98bd
commit
79422bc13b
1 changed files with 1 additions and 1 deletions
|
|
@ -593,7 +593,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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue