Skip to content

Commit 702775f

Browse files
committed
fix(comparisons): show current Sim compliance certifications
1 parent 44a1612 commit 702775f

2 files changed

Lines changed: 7 additions & 10 deletions

File tree

apps/sim/app/(landing)/comparisons/comparison-sections.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,10 @@ export const COMPARISON_SECTIONS: ComparisonSectionDef[] = [
8787
group: 'security',
8888
title: 'Security & compliance',
8989
rows: [
90-
{ key: 'soc2', label: 'SOC 2' },
9190
{ key: 'dataResidency', label: 'Data residency' },
9291
{ key: 'rbac', label: 'Role-based access control' },
9392
{ key: 'auditLogging', label: 'Audit logging' },
94-
{ key: 'additionalCompliance', label: 'Additional compliance' },
93+
{ key: 'additionalCompliance', label: 'Compliance' },
9594
{ key: 'modelAndToolGovernance', label: 'Model & tool governance' },
9695
{ key: 'credentialGovernance', label: 'Credential governance' },
9796
{ key: 'sso', label: 'Single sign-on (SSO)' },

apps/sim/lib/compare/data/sim.ts

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -913,16 +913,14 @@ export const simProfile: CompetitorProfile = {
913913
],
914914
},
915915
additionalCompliance: {
916-
value: 'SOC2',
917-
detail:
918-
'Self-hosting is the primary lever Sim offers for data-residency-sensitive compliance needs beyond SOC2, rather than additional certifications.',
919-
shortValue: 'SOC2',
920-
confidence: 'estimated',
916+
value: 'SOC 2 Type II, ISO 27001, GDPR',
917+
shortValue: 'SOC 2 Type II, ISO 27001, GDPR',
918+
confidence: 'verified',
921919
sources: [
922920
{
923-
url: 'https://sim.ai/enterprise',
924-
label: 'Sim Enterprise Page',
925-
asOf: '2026-07-02',
921+
url: 'https://trust.sim.ai',
922+
label: 'Sim Trust Center',
923+
asOf: '2026-09-03',
926924
},
927925
],
928926
},

0 commit comments

Comments
 (0)