Releases: parse-community/parse-server
Releases · parse-community/parse-server
4.10.7
4.10.7 (2022-03-11)
Bug Fixes
-
security vulnerability that allows remote code execution (GHSA-p6h4-93qp-jhcm) (#7841) (886bfd7)
Note that as part of the fix a new security feature scans for sensitive keywords in request data to prevent JavaScript prototype pollution. If such a keyword is found, the request is rejected with HTTP response code
400
and Parse Error105
(INVALID_KEY_NAME
). By default these keywords are:{_bsontype: "Code"}
,constructor
,__proto__
. If you are using any of these keywords in your request data, you can override the default keywords by setting the new Parse Server optionrequestKeywordDenylist
to[]
and specify your own keywords as needed.
5.0.0-alpha.26
5.0.0-alpha.26 (2022-02-25)
Bug Fixes
5.0.0-alpha.25
4.10.6
4.10.5
5.0.0-beta.7
5.0.0-beta.7 (2022-02-10)
Bug Fixes
5.0.0-alpha.24
5.0.0-alpha.24 (2022-02-10)
Bug Fixes
5.0.0-alpha.23
5.0.0-alpha.23 (2022-02-06)
Bug Fixes
5.0.0-alpha.22
5.0.0-alpha.22 (2022-02-06)
Features
BREAKING CHANGES
- The MongoDB GridStore adapter has been removed. By default, Parse Server already uses GridFS, so if you do not manually use the GridStore adapter, you can ignore this change. (f88aa2a)