add ghsa links
This commit is contained in:
parent
73ce26c3e8
commit
bfffe87d4c
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue