refactor: Remote code execution via MongoDB BSON parser through prototype pollution; fixes security vulnerability [GHSA-462x-c3jw-7vr6](https://github.com/parse-community/parse-server/security/advisories/GHSA-462x-c3jw-7vr6) (#8677)

This commit is contained in:
Manuel
2023-06-28 23:37:25 +02:00
committed by GitHub
parent e212eb5195
commit d6b17baa32
6 changed files with 101 additions and 34 deletions

View File

@@ -25,5 +25,8 @@
"space-infix-ops": "error",
"no-useless-escape": "off",
"require-atomic-updates": "off"
},
"globals": {
"Parse": true
}
}