Skip to content

Commit 2a464a5

Browse files
committed
fix(comparisons): prioritize precise compliance details
1 parent 702775f commit 2a464a5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ export const COMPARISON_SECTIONS: ComparisonSectionDef[] = [
8787
group: 'security',
8888
title: 'Security & compliance',
8989
rows: [
90+
{ key: 'additionalCompliance', label: 'Compliance' },
9091
{ key: 'dataResidency', label: 'Data residency' },
9192
{ key: 'rbac', label: 'Role-based access control' },
9293
{ key: 'auditLogging', label: 'Audit logging' },
93-
{ key: 'additionalCompliance', label: 'Compliance' },
9494
{ key: 'modelAndToolGovernance', label: 'Model & tool governance' },
9595
{ key: 'credentialGovernance', label: 'Credential governance' },
9696
{ key: 'sso', label: 'Single sign-on (SSO)' },

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -913,8 +913,8 @@ export const simProfile: CompetitorProfile = {
913913
],
914914
},
915915
additionalCompliance: {
916-
value: 'SOC 2 Type II, ISO 27001, GDPR',
917-
shortValue: 'SOC 2 Type II, ISO 27001, GDPR',
916+
value: 'SOC 2 Type II, ISO 27001:2022, GDPR',
917+
shortValue: 'SOC 2 Type II, ISO 27001:2022, GDPR',
918918
confidence: 'verified',
919919
sources: [
920920
{

0 commit comments

Comments
 (0)