-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecurity.njk
More file actions
37 lines (29 loc) · 975 Bytes
/
security.njk
File metadata and controls
37 lines (29 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
layout: base.njk
title: Security
description: Simple is secure.
---
<h1>SECURITY</h1>
<div class="groove-card groove-card--yellow">
<p class="mb-0 text-lg text-bold">SIMPLE IS SECURE</p>
<p class="mt-1">Simplicity scales, complexity breeds bugs. Simple systems are easier to audit, understand, and verify.</p>
</div>
<h2>COMPLIANCE</h2>
<div class="groove-card">
<p class="text-lg text-bold mb-0">SOC 2 TYPE II</p>
<p>IN PROGRESS</p>
</div>
<h2>PRIVACY</h2>
<div class="groove-card groove-card--yellow">
<p class="text-lg text-bold mb-0">WE PROTECT YOUR PRIVACY</p>
<p class="mt-1">We will never sell your data. We don't even want to have it.</p>
</div>
<h2>YOUR DATA</h2>
<ul>
<li>We don't store your code</li>
<li>Metadata deleted after 30 days</li>
<li>Everything encrypted</li>
</ul>
<h2>REPORT ISSUES</h2>
<p>Security: <a href="mailto:security@codegroove.dev">security@codegroove.dev</a></p>
<p>Urgent: Signal +1 678-608-0428</p>