Skip to content

Commit ff538ba

Browse files
committed
improvement(comparisons): rename compliance fact key
1 parent 583393e commit ff538ba

24 files changed

Lines changed: 25 additions & 25 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const COMPARISON_SECTIONS: ComparisonSectionDef[] = [
8787
group: 'security',
8888
title: 'Security & compliance',
8989
rows: [
90-
{ key: 'additionalCompliance', label: 'Compliance' },
90+
{ key: 'compliance', label: 'Compliance' },
9191
{ key: 'dataResidency', label: 'Data residency' },
9292
{ key: 'rbac', label: 'Role-based access control' },
9393
{ key: 'auditLogging', label: 'Audit logging' },

apps/sim/app/(landing)/comparisons/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export function buildComparisonFaqs(competitor: CompetitorProfile): ComparisonFa
134134
},
135135
{
136136
question: `Is Sim more secure than ${name}?`,
137-
answer: `Security is a like-for-like comparison, not a one-line verdict. Sim: ${summarizeFact(simProfile.facts.security.additionalCompliance.value)} ${name}: ${summarizeFact(facts.security.additionalCompliance.value)} Check the Security & compliance rows above for the full breakdown, including SSO, audit logging, and data residency.`,
137+
answer: `Security is a like-for-like comparison, not a one-line verdict. Sim: ${summarizeFact(simProfile.facts.security.compliance.value)} ${name}: ${summarizeFact(facts.security.compliance.value)} Check the Security & compliance rows above for the full breakdown, including SSO, audit logging, and data residency.`,
138138
},
139139
{
140140
question: `Which has stronger AI agent capabilities, Sim or ${name}?`,

apps/sim/lib/compare/data/competitors/claude-cowork.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ export const claudeCoworkProfile: CompetitorProfile = {
807807
},
808808
],
809809
},
810-
additionalCompliance: {
810+
compliance: {
811811
value:
812812
'SOC 2 Type I and Type II (company-wide, not Cowork-specific), ISO 27001:2022, ISO/IEC 42001:2023, HIPAA-ready (BAA via sales-assisted Enterprise)',
813813
detail: 'Company-wide Anthropic certifications, not Cowork-scoped.',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ export const crewaiProfile: CompetitorProfile = {
846846
},
847847
],
848848
},
849-
additionalCompliance: {
849+
compliance: {
850850
value:
851851
'SOC 2 Type 1 for CrewAI AMP (audit report dated November 2025) and HIPAA for the Enterprise edition (audit report dated February 2026); no ISO 27001, PCI, or FedRAMP certification confirmed',
852852
detail:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ export const dustProfile: CompetitorProfile = {
844844
},
845845
],
846846
},
847-
additionalCompliance: {
847+
compliance: {
848848
value: 'GDPR compliant, HIPAA-capable, SOC 2 Type II; no ISO 27001, PCI, or FedRAMP',
849849
detail:
850850
"Dust's security page and enterprise materials state GDPR compliance and HIPAA-compliance capability alongside SOC 2 Type II. No source confirms ISO 27001, PCI-DSS, or FedRAMP.",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ export const flowiseProfile: CompetitorProfile = {
719719
},
720720
],
721721
},
722-
additionalCompliance: {
722+
compliance: {
723723
value:
724724
'Unknown: beyond the unconfirmed third-party SOC 2 claim, Flowise has published no HIPAA, ISO 27001, PCI, or FedRAMP certification.',
725725
shortValue: 'SOC 2 claim unconfirmed; no official certifications published',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ export const gumloopProfile: CompetitorProfile = {
854854
},
855855
],
856856
},
857-
additionalCompliance: {
857+
compliance: {
858858
value:
859859
'SOC 2 Type II, HIPAA (with BAAs), GDPR-aligned program plus EU-U.S. Data Privacy Framework (incl. UK Extension); no ISO 27001, PCI, or FedRAMP',
860860
detail:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ export const langchainProfile: CompetitorProfile = {
835835
confidence: 'unknown',
836836
sources: [],
837837
},
838-
additionalCompliance: {
838+
compliance: {
839839
value: 'HIPAA and GDPR, in addition to SOC 2 Type II',
840840
detail:
841841
"LangChain's own docs and Trust Center state LangSmith is SOC 2 Type II, HIPAA compliant, and GDPR compliant; no ISO 27001, PCI-DSS, or FedRAMP attestation was found on LangChain's own compliance materials.",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ export const langflowProfile: CompetitorProfile = {
737737
},
738738
],
739739
},
740-
additionalCompliance: {
740+
compliance: {
741741
value:
742742
'Unknown: no public documentation or official page confirms SOC 2, HIPAA, ISO 27001, GDPR-specific attestation, PCI, or FedRAMP certification for Langflow.',
743743
shortValue: 'Unknown, no SOC 2 or other compliance certifications documented',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ export const makeProfile: CompetitorProfile = {
918918
},
919919
],
920920
},
921-
additionalCompliance: {
921+
compliance: {
922922
value:
923923
'SOC 2 Type II, SOC 3, and ISO 27001 certified, plus GDPR adherence; no HIPAA, PCI, or FedRAMP mentioned',
924924
detail:

0 commit comments

Comments
 (0)