Skip to content

Commit

Permalink
Merge pull request #8186 from radarhere/cve
Browse files Browse the repository at this point in the history
Updated CVE URL
  • Loading branch information
radarhere committed Jul 1, 2024
2 parents 585bd6a + 31e64a0 commit 8c26622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
# https://www.sphinx-doc.org/en/master/usage/extensions/extlinks.html
_repo = "https://github.com/python-pillow/Pillow/"
extlinks = {
"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"),
"cwe": ("https://cwe.mitre.org/data/definitions/%s.html", "CWE-%s"),
"issue": (_repo + "issues/%s", "#%s"),
"pr": (_repo + "pull/%s", "#%s"),
Expand Down

0 comments on commit 8c26622

Please sign in to comment.