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 73ce26c commit bfffe87Copy full SHA for bfffe87
CHANGES.rst
@@ -107,6 +107,7 @@ Released 2023-05-01
107
108
- Set ``Vary: Cookie`` header when the session is accessed, modified, or refreshed.
109
- Update Werkzeug requirement to >=2.3.3 to apply recent bug fixes.
110
+ :ghsa:`m2qf-hxjv-5gpq`
111
112
113
Version 2.3.1
docs/conf.py
@@ -26,6 +26,7 @@
26
extlinks = {
27
"issue": ("https://github.com/pallets/flask/issues/%s", "#%s"),
28
"pr": ("https://github.com/pallets/flask/pull/%s", "#%s"),
29
+ "ghsa": ("https://github.com/pallets/flask/security/advisories/GHSA-%s", "GHSA-%s"),
30
}
31
intersphinx_mapping = {
32
"python": ("https://docs.python.org/3/", None),
0 commit comments