fix: authentication adapter app ID validation may be circumvented#8185
Merged
mtrezza merged 1 commit intoparse-community:releasefrom Sep 20, 2022
Merged
fix: authentication adapter app ID validation may be circumvented#8185mtrezza merged 1 commit intoparse-community:releasefrom
mtrezza merged 1 commit intoparse-community:releasefrom
Conversation
Thanks for opening this pull request!
|
Codecov ReportBase: 84.99% // Head: 94.17% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## release #8185 +/- ##
===========================================
+ Coverage 84.99% 94.17% +9.17%
===========================================
Files 182 182
Lines 13674 13676 +2
===========================================
+ Hits 11622 12879 +1257
+ Misses 2052 797 -1255
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
parseplatformorg
pushed a commit
that referenced
this pull request
Sep 20, 2022
## [5.2.7](5.2.6...5.2.7) (2022-09-20) ### Bug Fixes * authentication adapter app ID validation may be circumvented; this fixes a vulnerability that affects configurations which allow users to authenticate using the Parse Server authentication adapter for *Facebook* or *Spotify* and where the server-side authentication adapter configuration `appIds` is set as a string (e.g. `abc`) instead of an array of strings (e.g. `["abc"]`) ([GHSA-r657-33vp-gp22](GHSA-r657-33vp-gp22)) ([#8185](#8185)) ([ecf0814](ecf0814))
Contributor
|
🎉 This change has been released in version 5.2.7 |
This was referenced Sep 20, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes GHSA-r657-33vp-gp22