Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand

Does your organisation conduct appropriate security testing as part of your development lifecycle?

We use a range of monitoring tools to ensure that the Commonplace platform remains secure during the development lifecycle. These include:


AWS CloudWatch for detecting suspicious activity within the Commonplace platform
Circle CI for automated unit testing of new code to ensure service availability and integrity
CodeClimate for testing coding standards
ZenDuty for Incident Management notification
Rollbar for error tracking within the platform
Sentry.io for application monitoring and error logging
Snyk for identifying and fixing vulnerabilities in the code, open source libraries, and infrastructure as code
AWS WAF for application security testing

More information: https://commonplace.atlassian.net/l/cp/110G1P71

Expand
title Does your organisation segregate development environments from any testing or production environments?

Does your organisation segregate development environments from any testing or production environments?

Yes, we operate separate environments for development, staging, pre-production and production. Engineers are only granted access as required to perform their duties.

...