fix: Authentication provider credentials are usable across Parse Server apps; fixes security vulnerability [GHSA-837q-jhwx-cmpv](https://github.com/parse-community/parse-server/security/advisories/GHSA-837q-jhwx-cmpv) (#9667)

This commit is contained in:
Manuel
2025-03-21 10:49:09 +01:00
committed by GitHub
parent c56b2c49b2
commit 5ef0440c8e
59 changed files with 5987 additions and 1680 deletions

View File

@@ -32,6 +32,7 @@ runner({
help,
usage: '[options] <path/to/configuration.json>',
start: function (program, options, logOptions) {
if (!options.appId || !options.masterKey) {
program.outputHelp();
console.error('');