chore(release): 5.2.5 [skip ci]

## [5.2.5](https://github.com/parse-community/parse-server/compare/5.2.4...5.2.5) (2022-09-02)

### Bug Fixes

* brute force guessing of user sensitive data via search patterns; this fixes a security vulnerability in which internal and protected fields may be used as query constraints to guess the value of these fields and obtain sensitive data (GHSA-2m6g-crv8-p3c6) ([#8144](https://github.com/parse-community/parse-server/issues/8144)) ([e39d51b](e39d51bd32))
This commit is contained in:
semantic-release-bot
2022-09-02 19:20:39 +00:00
parent e39d51bd32
commit 83fd16c1b9
3 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "5.2.4",
"version": "5.2.5",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {