File tree 2 files changed +9
-220
lines changed
2 files changed +9
-220
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.6.0] - 2022-05-20
10
+ ### Security
11
+
12
+ - Improved robustness against session fixation attacks in cases where there is
13
+ physical access to the same system or the application is susceptible to
14
+ cross-site scripting (XSS).
15
+
9
16
## [ 0.5.3] - 2022-05-16
10
17
### Fixed
11
18
@@ -50,7 +57,8 @@ eliminating a race condition in situations where `initialize()` middleware is
50
57
used multiple times in an application with ` userProperty ` set to different
51
58
values.
52
59
53
- [ Unreleased ] : https://github.com/jaredhanson/passport/compare/v0.5.3...HEAD
60
+ [ Unreleased ] : https://github.com/jaredhanson/passport/compare/v0.6.0...HEAD
61
+ [ 0.6.0 ] : https://github.com/jaredhanson/passport/compare/v0.5.3...v0.6.0
54
62
[ 0.5.3 ] : https://github.com/jaredhanson/passport/compare/v0.5.2...v0.5.3
55
63
[ 0.5.2 ] : https://github.com/jaredhanson/passport/compare/v0.5.1...v0.5.2
56
64
[ 0.5.1 ] : https://github.com/jaredhanson/passport/compare/v0.5.0...v0.5.1
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments