Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.19 KB

PRIVACY.md

File metadata and controls

22 lines (17 loc) · 1.19 KB

Privacy statement for Derek Pro

Hosted Derek Pro is compliant with the following from GitHub marketplace:

Data protection

  • Apps must encrypt data transferred over the public internet using HTTPS, with a valid TLS certificate, or SSH for Git.
  • Apps must store client ID and client secret keys securely. We recommend storing them as environmental variables.
  • Apps must delete all GitHub user data within 30 days of receiving a request from the user, or within 30 days of the end of the user's legal relationship with GitHub.
  • Apps cannot require the user to provide their GitHub password.
  • Apps should encrypt tokens, client IDs, and client secrets.

Logging and monitoring

  • Apps must have logging and monitoring capabilities. App logs must be retained for at least 30 days and archived for at least one year. A security log should include:
  • Authentication and authorization events
  • Service configuration changes
  • Object reads and writes
  • All user and group permission changes
  • Elevation of role to admin
  • Consistent timestamping for each event
  • Source users, IP addresses, and/or hostnames for all logged actions