Skip to content

Bug: can access all installations via REST #1372

Closed
@markuswinkler

Description

@markuswinkler

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.

curl -X GET \
  -H "X-Parse-Application-Id: {validID}" \
  -H "Content-Type: application/json" \
  http://localhost:1337/parse/classes/_Installation

That request should always return empty (or with an error).

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:bugImpaired feature or lacking behavior that is likely assumed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions