fix(comparisons): update compliance certifications - #7462
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
There was a problem hiding this comment.
All reported issues were addressed across 2 files
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
Greptile SummaryThe PR consolidates SOC 2 and other certification data into one Compliance fact across all comparison profiles.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| apps/sim/app/(landing)/comparisons/comparison-sections.ts | Replaces the two former certification rows with one type-checked Compliance row consumed by the table and JSON-LD builder. |
| apps/sim/app/(landing)/comparisons/utils.ts | Updates the security FAQ to read the consolidated compliance facts for Sim and each competitor. |
| apps/sim/lib/compare/data/types.ts | Replaces the obsolete security fact fields with the canonical compliance field. |
| apps/sim/lib/compare/data/sim.ts | Lists Sim’s SOC 2 Type II, ISO 27001:2022, and GDPR certifications under one Trust Center-backed fact. |
| apps/sim/lib/compare/data/competitors/stackai.ts | Preserves StackAI’s qualified SOC 2 status in both the full and visible consolidated compliance values. |
| apps/sim/lib/compare/data/competitors/tines.ts | Preserves Tines’s SOC 2 status in both the full and visible consolidated compliance values. |
| apps/sim/lib/compare/data/competitors/vellum.ts | Preserves Vellum’s SOC 2 status in both the full and visible consolidated compliance values. |
| apps/sim/lib/compare/data/competitors/power-automate.ts | Preserves Power Automate’s environment-qualified SOC 2 scope in both consolidated values. |
| apps/sim/lib/compare/data/competitors/microsoft-copilot.ts | Preserves Microsoft Copilot’s SOC 2 status and scope in both consolidated values. |
| apps/sim/lib/compare/data/competitors/crewai.ts | Preserves CrewAI AMP’s SOC 2 Type 1 status and scope in both consolidated values. |
| apps/sim/lib/compare/data/competitors/claude-cowork.ts | Preserves Anthropic’s company-wide SOC 2 status and Cowork-specific qualification in both consolidated values. |
Reviews (4): Last reviewed commit: "improvement(comparisons): remove obsolet..." | Re-trigger Greptile
c3825bf to
f611370
Compare
|
@cubic-dev-ai review this PR |
@j15z I have started the AI code review. It will take a few minutes to complete. |
f611370 to
661020f
Compare
|
@cubic-dev-ai review this PR |
@j15z I have started the AI code review. It will take a few minutes to complete. |
661020f to
3ca2ce8
Compare
|
@cubic-dev-ai review this PR |
@j15z I have started the AI code review. It will take a few minutes to complete. |
Summary
Type of Change
Testing
Post-Deploy Monitoring & Validation
No additional operational monitoring is required; this updates static comparison content and removes an unused data field.
Checklist