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

@ -107,6 +107,7 @@ Released 2023-05-01
- Set ``Vary: Cookie`` header when the session is accessed, modified, or refreshed. - Set ``Vary: Cookie`` header when the session is accessed, modified, or refreshed.
- Update Werkzeug requirement to >=2.3.3 to apply recent bug fixes. - Update Werkzeug requirement to >=2.3.3 to apply recent bug fixes.
:ghsa:`m2qf-hxjv-5gpq`
Version 2.3.1 Version 2.3.1

View file

@ -26,6 +26,7 @@ autodoc_preserve_defaults = True
extlinks = { extlinks = {
"issue": ("https://github.com/pallets/flask/issues/%s", "#%s"), "issue": ("https://github.com/pallets/flask/issues/%s", "#%s"),
"pr": ("https://github.com/pallets/flask/pull/%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 = { intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None), "python": ("https://docs.python.org/3/", None),