Skip to content

Commit a3483d8

Browse files
committed
fix changelog skip 4.5.1
1 parent 3c42584 commit a3483d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[Full Changelog](https://github.com/parse-community/parse-server/compare/4.5.2...master)
55

66
### 4.5.2
7-
[Full Changelog](https://github.com/parse-community/parse-server/compare/4.5.1...4.5.2)
7+
[Full Changelog](https://github.com/parse-community/parse-server/compare/4.5.0...4.5.2)
88

99
### Security Fixes
1010
- SECURITY FIX: Fixes incorrect session property `authProvider: password` of anonymous users. When signing up an anonymous user, the session field `createdWith` indicates incorrectly that the session has been created using username and password with `authProvider: password`, instead of an anonymous sign-up with `authProvider: anonymous`. This fixes the issue by setting the correct `authProvider: anonymous` for future sign-ups of anonymous users. This fix does not fix incorrect `authProvider: password` for existing sessions of anonymous users. Consider this if your app logic depends on the `authProvider` field. (Corey Baker) [GHSA-23r4-5mxp-c7g5](https://github.com/parse-community/parse-server/security/advisories/GHSA-23r4-5mxp-c7g5)

0 commit comments

Comments
 (0)