mirror of
https://github.com/python/cpython.git
synced 2026-01-05 23:12:38 +00:00
Doc: Update CVE URL (#125489)
This commit is contained in:
parent
8d42e2d915
commit
a2fe9ff11d
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue