fix: 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) (#8674)

This commit is contained in:
Manuel
2023-06-28 22:57:25 +02:00
committed by GitHub
parent 150627328f
commit 3dd99dd80e
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
}
}