From bfffe87d4c2ea255b9a51432bebb3d28741245c4 Mon Sep 17 00:00:00 2001 From: David Lord Date: Sat, 29 Mar 2025 15:57:16 -0700 Subject: [PATCH] add ghsa links --- CHANGES.rst | 1 + docs/conf.py | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index fd88e12d..a65b68b5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -107,6 +107,7 @@ Released 2023-05-01 - Set ``Vary: Cookie`` header when the session is accessed, modified, or refreshed. - Update Werkzeug requirement to >=2.3.3 to apply recent bug fixes. + :ghsa:`m2qf-hxjv-5gpq` Version 2.3.1 diff --git a/docs/conf.py b/docs/conf.py index a7b8f919..eca4f810 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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),