Skip to content

Core-Data-Editor tries to access user's Contacts and Calendars in the background with no clear reason. #58

Description

@nekoniaow

After running the Editor for a few dozens of seconds, even without doing anything in particular, two system popups appear indicating that the application wants to have access to the user's Contacts, then another one appears requesting access to the user's Calendar.

No explanation is given as to why this would be needed and this seems like a clear invasion of privacy.

Having basic respect for the user's privacy instead entail to:

  • Not attempt to use user's private data (contacts, calendar) until the point they are actually needed.
  • Provide a proper written explanation as to why accessing these data is useful to the application's operations.
  • Sign the application with GateKeeper so at least, if the application is found to be corrupted by the OS, it can automatically revoke these authorizations.

Absent these requirements, the application should not attempt to obtain users's data.

Cheers,
Laurent

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions