1import PublicLayout from '../components/Layout/PublicLayout';
2import './LegalPage.css';
3import { apiFetch } from '../lib/api';
5export default function Security() {
8 <div className="legal-container">
10 <p className="updated">Last updated: November 4, 2025</p>
12 <section className="legal-section">
13 <h2>Our Commitment to Security</h2>
15 At IBG MSP Platform, security is a top priority. We implement comprehensive measures to protect
16 your data and ensure the integrity of our services.
20 <section className="legal-section">
21 <h2>Data Encryption</h2>
23 All data transmitted between your browser and our servers is encrypted using industry-standard
24 TLS/SSL protocols. Sensitive data is encrypted at rest in our databases.
28 <section className="legal-section">
29 <h2>Authentication & Access Control</h2>
31 We use secure JWT-based authentication and role-based access control to ensure only authorized
32 users can access your data. Multi-tenant row-level security prevents cross-tenant data leakage.
36 <section className="legal-section">
37 <h2>Infrastructure Security</h2>
39 Our infrastructure includes automated backups, regular security updates, and monitoring for
40 suspicious activity. We follow security best practices in our development and deployment processes.
44 <section className="legal-section">
47 We are committed to maintaining compliance with relevant data protection regulations.
48 Our security practices are regularly reviewed and updated.
52 <section className="legal-section">
53 <h2>Report a Vulnerability</h2>
55 If you discover a security vulnerability, please report it immediately to{' '}
56 <a href="mailto:security@ibgmsp.com">security@ibgmsp.com</a>. We take all reports seriously
57 and will respond promptly.