Skip to content

Commit 79422bc

Browse files
[3.12] Doc: Update CVE URL (GH-125489) (#125504)
Co-authored-by: Mariusz Felisiak <[email protected]>
1 parent 449f2c9 commit 79422bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@
593593
# Sphinx 8.1 has in-built CVE and CWE roles.
594594
extlinks |= {
595595
"cve": (
596-
"https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-%s",
596+
"https://www.cve.org/CVERecord?id=CVE-%s",
597597
"CVE-%s",
598598
),
599599
"cwe": ("https://cwe.mitre.org/data/definitions/%s.html", "CWE-%s"),

0 commit comments

Comments
 (0)