From 4116d755cb6c2e6a6c3237d9320a659a761ad6d5 Mon Sep 17 00:00:00 2001 From: Jonatan Schroeder Date: Tue, 15 Oct 2024 16:01:45 -0400 Subject: [PATCH] Fix typo in security page (#81) --- src/pages/security/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/security/index.mdx b/src/pages/security/index.mdx index b6a7a51..ae08321 100644 --- a/src/pages/security/index.mdx +++ b/src/pages/security/index.mdx @@ -14,7 +14,7 @@ The PrairieLearn team takes the security of our products and services seriously. - **Software development lifecycle**: PrairieLearn, Inc. follows a secure software development lifecycle, including secure coding practices, code reviews, and automated testing. - **Vulnerability scanning**: GitHub Dependabot scans for vulnerabilities in third-party packages and dependencies. -- **Data protection at test**: Datastores with customer data, including S3 buckets, RDS databases, and EBS volumes, are encrypted at rest. +- **Data protection at rest**: Datastores with customer data, including S3 buckets, RDS databases, and EBS volumes, are encrypted at rest. - **Data protection in transit**: Data that is transmitted over potentially insecure networks is encrypted in transit using TLS 1.2 or higher. ## Enterprise security