Skip to content

Commit 8c26622

Browse files
authored
Merge pull request #8186 from radarhere/cve
Updated CVE URL
2 parents 585bd6a + 31e64a0 commit 8c26622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
# https://www.sphinx-doc.org/en/master/usage/extensions/extlinks.html
339339
_repo = "https://github.com/python-pillow/Pillow/"
340340
extlinks = {
341-
"cve": ("https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-%s", "CVE-%s"),
341+
"cve": ("https://www.cve.org/CVERecord?id=CVE-%s", "CVE-%s"),
342342
"cwe": ("https://cwe.mitre.org/data/definitions/%s.html", "CWE-%s"),
343343
"issue": (_repo + "issues/%s", "#%s"),
344344
"pr": (_repo + "pull/%s", "#%s"),

0 commit comments

Comments
 (0)