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

Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
This commit is contained in:
Miss Islington (bot) 2024-10-15 09:36:17 +02:00 committed by GitHub
parent 449f2c98bd
commit 79422bc13b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"),