chore(release): 7.5.4 [skip ci]

## [7.5.4](https://github.com/parse-community/parse-server/compare/7.5.3...7.5.4) (2025-11-05)

### Bug Fixes

* Uploading a file by providing an origin URL allows for Server-Side Request Forgery (SSRF); fixes vulnerability [GHSA-x4qj-2f4q-r4rx](https://github.com/parse-community/parse-server/security/advisories/GHSA-x4qj-2f4q-r4rx) ([#9904](https://github.com/parse-community/parse-server/issues/9904)) ([8bbe3ef](8bbe3efbcf))
This commit is contained in:
semantic-release-bot
2025-11-05 13:46:12 +00:00
parent 8bbe3efbcf
commit c9333dd7bc
3 changed files with 10 additions and 3 deletions

View File

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