We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e7dcd commit abe90d3Copy full SHA for abe90d3
docs/source/changelog.rst
@@ -2,6 +2,20 @@ Change Log
2
==========
3
4
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
19
Version 1.5.3
20
-------------
21
src/accounting/__init__.py
@@ -24,7 +24,7 @@
24
25
from accounting.utils.user import UserUtilityInterface
26
27
-VERSION: str = "1.5.3"
+VERSION: str = "1.5.4"
28
"""The package version."""
29
db: SQLAlchemy = SQLAlchemy()
30
"""The database instance."""
0 commit comments