Skip to content

Commit abe90d3

Browse files
committed
Advanced to version 1.5.4.
1 parent 65e7dcd commit abe90d3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/source/changelog.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@ Change Log
22
==========
33

44

5+
Version 1.5.4
6+
-------------
7+
8+
Released 2023/5/18
9+
10+
Security fixes.
11+
12+
* Added safeguard to the next URI utilities, to prevent Cross-Site
13+
Scripting (XSS) attacks.
14+
* Applied the safe next URI utilities to the test site.
15+
* Added the ``SameSite`` and ``Secure`` flags to the session cookie
16+
of the test site.
17+
18+
519
Version 1.5.3
620
-------------
721

src/accounting/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
from accounting.utils.user import UserUtilityInterface
2626

27-
VERSION: str = "1.5.3"
27+
VERSION: str = "1.5.4"
2828
"""The package version."""
2929
db: SQLAlchemy = SQLAlchemy()
3030
"""The database instance."""

0 commit comments

Comments
 (0)