Skip to content

Commit

Permalink
Advanced to version 1.5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
imacat committed May 17, 2023
1 parent 65e7dcd commit abe90d3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@ Change Log
==========


Version 1.5.4
-------------

Released 2023/5/18

Security fixes.

* Added safeguard to the next URI utilities, to prevent Cross-Site
Scripting (XSS) attacks.
* Applied the safe next URI utilities to the test site.
* Added the ``SameSite`` and ``Secure`` flags to the session cookie
of the test site.


Version 1.5.3
-------------

Expand Down
2 changes: 1 addition & 1 deletion src/accounting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

from accounting.utils.user import UserUtilityInterface

VERSION: str = "1.5.3"
VERSION: str = "1.5.4"
"""The package version."""
db: SQLAlchemy = SQLAlchemy()
"""The database instance."""
Expand Down

0 comments on commit abe90d3

Please sign in to comment.