Skip to content

Commit

Permalink
chore(release): 4.10.19 [skip ci]
Browse files Browse the repository at this point in the history
## [4.10.19](4.10.18...4.10.19) (2022-11-09)

### Bug Fixes

* Parse Server option `requestKeywordDenylist` can be bypassed via Cloud Code Webhooks or Triggers; fixes security vulnerability [GHSA-xprv-wvh7-qqqx](GHSA-xprv-wvh7-qqqx) ([#8301](#8301)) ([0a2d412](0a2d412))
  • Loading branch information
semantic-release-bot committed Nov 9, 2022
1 parent 0a2d412 commit 50a2468
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.10.19](https://github.com/parse-community/parse-server/compare/4.10.18...4.10.19) (2022-11-09)


### Bug Fixes

* Parse Server option `requestKeywordDenylist` can be bypassed via Cloud Code Webhooks or Triggers; fixes security vulnerability [GHSA-xprv-wvh7-qqqx](https://github.com/parse-community/parse-server/security/advisories/GHSA-xprv-wvh7-qqqx) ([#8301](https://github.com/parse-community/parse-server/issues/8301)) ([0a2d412](https://github.com/parse-community/parse-server/commit/0a2d412e265992d53a670011afd9d2578562adc3))

## [4.10.18](https://github.com/parse-community/parse-server/compare/4.10.17...4.10.18) (2022-11-07)


2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "4.10.18",
"version": "4.10.19",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {

0 comments on commit 50a2468

Please sign in to comment.