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) (#8675)

This commit is contained in:
Manuel
2023-06-28 22:59:09 +02:00
committed by GitHub
parent a0360712c8
commit 5fad2928fb
6 changed files with 101 additions and 33 deletions

View File

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