Our Security Policy
Ensuring the security of your code is important to us. However, as with any system, it is critical that you understand the benefits and limitations of the security policies in place. Here are the security measures we use to secure your code.
1. All source code is encrypted during transfer
When your code is transmitted to our cloud, it is encrypted using SSL. When your code is distributed within our cloud, it is encrypted using SSH.
2. Our cloud is running on Amazon's trusted Elastic Cloud Computing (EC2) infrastructure
We take advantage of the security features offered by Amazon, including firewalls, virtualized instance isolation, and physical security of the machines. Learn more about Amazon's security processes
Your code is only stored on EC2 machines and Elastic Block Store (EBS) volumes, never on outside systems or in Amazon's Simple Storage Service (S3). As a result, we can easily and securely remove all copies of your source code from Devver upon request.
3. Your code is partitioned using Unix permissions
Within an EC2 instance, we use the Unix permission system to securely partition your code from other users. Each users' tests run as a unique UNIX user which cannot access any other user's code.
If you have any questions about our security model, please don't hesitate to contact us.