DATA

  • No personal user information is stored in our servers.
  • We only use the Standard Salesforce oAuth flow to perform the user authentication.
  • The metadata (code components) is not persisted on the disks of the server. That data is deleted after the linting / Apex PMD run process.

COOKIE

  • We use cookie and local storage to store the instance url, access and refresh tokens.
  • This information is used to invoke web service calls to salesforce APIs to fetch the required data.

DATA TRANSMISSION

  • All the data is transmitted via the https protocol ensuring maximum security.