We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 731a664 + 1f89574 commit b02f891Copy full SHA for b02f891
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [v2.5.4](https://github.com/solidusio/solidus_auth_devise/tree/v2.5.4) (2021-11-17)
4
+
5
+[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v2.5.3...v2.5.4)
6
7
+**Fixed bugs:**
8
9
+- Fix authentication bypass by CSRF weakness [GHSA-xm34-v85h-9pg2](https://github.com/solidusio/solidus_auth_devise/security/advisories/GHSA-xm34-v85h-9pg2)
10
## [v2.5.3](https://github.com/solidusio/solidus_auth_devise/tree/v2.5.3) (2021-01-29)
11
12
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v2.5.2...v2.5.3)
lib/spree/auth/version.rb
@@ -2,6 +2,6 @@
module Spree
module Auth
- VERSION = '2.5.3'
+ VERSION = '2.5.4'
end
0 commit comments