Skip to content

Commit bfffe87

Browse files
committed
add ghsa links
1 parent 73ce26c commit bfffe87

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ Released 2023-05-01
107107

108108
- Set ``Vary: Cookie`` header when the session is accessed, modified, or refreshed.
109109
- Update Werkzeug requirement to >=2.3.3 to apply recent bug fixes.
110+
:ghsa:`m2qf-hxjv-5gpq`
110111

111112

112113
Version 2.3.1

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
extlinks = {
2727
"issue": ("https://github.com/pallets/flask/issues/%s", "#%s"),
2828
"pr": ("https://github.com/pallets/flask/pull/%s", "#%s"),
29+
"ghsa": ("https://github.com/pallets/flask/security/advisories/GHSA-%s", "GHSA-%s"),
2930
}
3031
intersphinx_mapping = {
3132
"python": ("https://docs.python.org/3/", None),

0 commit comments

Comments
 (0)