We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585bd6a commit 31e64a0Copy full SHA for 31e64a0
docs/conf.py
@@ -338,7 +338,7 @@
338
# https://www.sphinx-doc.org/en/master/usage/extensions/extlinks.html
339
_repo = "https://github.com/python-pillow/Pillow/"
340
extlinks = {
341
- "cve": ("https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-%s", "CVE-%s"),
+ "cve": ("https://www.cve.org/CVERecord?id=CVE-%s", "CVE-%s"),
342
"cwe": ("https://cwe.mitre.org/data/definitions/%s.html", "CWE-%s"),
343
"issue": (_repo + "issues/%s", "#%s"),
344
"pr": (_repo + "pull/%s", "#%s"),
0 commit comments