Skip to content

Commit b08e138

Browse files
committed
docs: add SOC2 logo
1 parent 7bc521d commit b08e138

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

content/docs/faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ title: FAQ
1313

1414
English, 简体中文, Español, 日本語
1515

16+
## Certifications
17+
18+
SOC 2 Type 1 (Type 2 in progress).
19+
1620
## System requirements
1721

1822
### Resources

src/app/[locale]/(legal)/security/page.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ export default function Page() {
114114
</li>
115115
</ul>
116116
<h2 id="faq">FAQ</h2>
117+
<h3>Which certification does Bytebase have?</h3>
118+
<p> SOC 2 Type 1 (Type 2 in progress).</p>
117119
<h3>Which data does Bytebase store?</h3>
118120
Bytebase stores the following data:
119121
<ul>
@@ -123,10 +125,6 @@ export default function Page() {
123125
Slow query statistics if <Link href="/docs/slow-query/overview/">slow query report</Link>{' '}
124126
is enabled.
125127
</li>
126-
<li>
127-
(MySQL Only) Binlog if{' '}
128-
<Link href="/docs/change-database/rollback-data-changes/">data rollback</Link> is enabled.
129-
</li>
130128
</ul>
131129
<h3>How do I report a potential vulnerability or security concern?</h3>
132130
<p>

src/components/shared/footer/footer.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,15 @@ const Footer = () => {
150150
loading="lazy"
151151
/>
152152
</Link>
153+
{/* Add SOC2 badge */}
154+
<img
155+
className="h-8 xl:h-7"
156+
src="/images/soc2.png"
157+
alt="SOC2 badge"
158+
width={36}
159+
height={36}
160+
loading="lazy"
161+
/>
153162
</div>
154163
<div className="col-span-2 col-start-7 flex items-center gap-x-4 lg:justify-self-end md:col-span-3 md:col-start-10 md:row-span-1 md:row-start-1 xs:col-span-full xs:col-start-1 xs:row-start-2 xs:-mt-1 xs:justify-self-start">
155164
{socialLinks.map(({ name, href, icon: Icon }, idx) => (

0 commit comments

Comments
 (0)