chore(release): 4.10.17 [skip ci]

## [4.10.17](https://github.com/parse-community/parse-server/compare/4.10.16...4.10.17) (2022-10-15)

### Bug Fixes

* server crashes when receiving file download request with invalid byte range; this fixes a security vulnerability that allows an attacker to impact the availability of the server instance; the fix improves parsing of the range parameter to properly handle invalid range requests ([GHSA-h423-w6qv-2wj3](https://github.com/parse-community/parse-server/security/advisories/GHSA-h423-w6qv-2wj3)) ([#8236](https://github.com/parse-community/parse-server/issues/8236)) ([3d7a61e](3d7a61ecd5))
This commit is contained in:
semantic-release-bot
2022-10-15 00:25:57 +00:00
parent 3d7a61ecd5
commit 041e60487c
3 changed files with 9 additions and 2 deletions

View File

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