add ghsa links

This commit is contained in:
David Lord 2025-03-29 15:57:16 -07:00
parent 73ce26c3e8
commit bfffe87d4c
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ autodoc_preserve_defaults = True
extlinks = {
"issue": ("https://github.com/pallets/flask/issues/%s", "#%s"),
"pr": ("https://github.com/pallets/flask/pull/%s", "#%s"),
"ghsa": ("https://github.com/pallets/flask/security/advisories/GHSA-%s", "GHSA-%s"),
}
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),