-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: can access all installations via REST #1372
Comments
Are you check security setting? |
I believe you can lock it down with a CLP dis allowing public find, an allowing everything else, but we should have that: |
Just checked with Parse.com API, and I'm locking down the find operation on installation the same way we lock down the delete operation! Thanks for reporting that security issue |
Great! Thanks! 👍 |
Based on this article (https://www.parse.com/questions/what-are-the-recommended-permissions-for-the-installations-class) a query for _Installation should only return your own installation object.
However, if I run this cURL call I can get all installation objects.
That request should always return empty (or with an error).
The text was updated successfully, but these errors were encountered: