Skip to content

Commit ce3b891

Browse files
committed
Replace SQL Server security claims in legal docs with actual PostgreSQL capabilities
1 parent 372f5f5 commit ce3b891

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

application/account/WebApp/routes/legal/cross-references.internal.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -292,14 +292,12 @@ When used generically (not as defined term), use lowercase: "your account settin
292292

293293
**We HAVE (describe in DPA Schedule 3):**
294294

295-
- Encryption in transit: HTTPS/TLS 1.2+ (Azure SQL Server enforced)
295+
- Encryption in transit: HTTPS/TLS 1.2+ (PostgreSQL Flexible Server enforced, Ssl Mode=VerifyFull)
296296
- Encryption at rest: Azure platform encryption
297-
- RBAC: Azure Active Directory authentication only (azureADOnlyAuthentication: true)
298-
- SQL Server auditing: 90-day retention (authentication, batch operations)
299-
- SQL Server vulnerability assessments: Recurring scans enabled
300-
- SQL Server security alerts: Enabled
301-
- Virtual network isolation: Subnet-based access control
302-
- Restricted outbound network access: Enabled on SQL Server
297+
- RBAC: Entra ID authentication
298+
- PostgreSQL audit logging: pgaudit extension with 90-day retention to diagnostic storage account (WRITE, DDL, ROLE operations)
299+
- Virtual network isolation: Private Endpoint with Private DNS Zone
300+
- Restricted outbound network access: No permanent firewall rules, temporary CI/CD access only
303301
- Application Insights: Monitoring and logging (may be sampled)
304302
- Telemetry events: Activity logging for mutations (not comprehensive audit)
305303

application/account/WebApp/routes/legal/dpa.en-US.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Data Processing Agreement
22

3-
**Effective date:** 1 Jan, 2026
3+
**Effective date:** 17 March, 2026
44

55
---
66

@@ -280,9 +280,9 @@ We will provide 14 days advance notice before engaging additional Sub-Processors
280280

281281
**Database Security:**
282282

283-
- SQL Server auditing (90-day retention)
284-
- SQL Server vulnerability assessments
285-
- SQL Server security alerts
283+
- Database audit logging (90-day retention)
284+
- Encrypted connections with certificate verification
285+
- Private network isolation
286286

287287
**Monitoring and Logging:**
288288

0 commit comments

Comments
 (0)