You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a security fix release for the 2.2.x release branch. Note that 2.3.x is the currently supported release branch; please upgrade to the latest version if possible.
Security advisory: [GHSA-m2qf-hxjv-5gpq](https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq), [CVE-2023-30861](https://github.com/advisories/GHSA-m2qf-hxjv-5gpq)
Changes: https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-2-5
Milestone: https://github.com/pallets/flask/milestone/30?closed=1
2.2.4
This is a fix release for the 2.2.x release branch.
Changes: https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-2-4
Milestone: https://github.com/pallets/flask/milestone/27?closed=1
2.2.3
This is a fix release for the 2.2.x release branch.
Changes: https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-2-3
Milestone: https://github.com/pallets/flask/milestone/26?closed=1
Version 2.2.5
Released 2023-05-02
Update for compatibility with Werkzeug 2.3.3.
Set Vary: Cookie header when the session is accessed, modified, or refreshed.
Version 2.2.4
Released 2023-04-25
Update for compatibility with Werkzeug 2.3.
Version 2.2.3
Released 2023-02-15
Autoescape is enabled by default for .svg template files. :issue:4831
Fix the type of template_folder to accept pathlib.Path. :issue:4892
Add --debug option to the flask run command. :issue:4777
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Flask==2.2.5
2.2.5
Changelog
Sourced from flask's changelog.
Werkzeug==3.0.3
Bump werkzeug from 2.2.2 to 3.0.3
Bumps werkzeug from 2.2.2 to 3.0.3.
updated-dependencies:
dependency-type: direct:production
Beta Was this translation helpful? Give feedback.
All reactions