You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/security/index.njk
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ title: Security
24
24
<ulstyle="font-size: 16px; line-height: 1.8;">
25
25
<li><strong>Zero Trust</strong>: Hardware-backed cryptographic identity and encryption are our security perimeter</li>
26
26
<li><strong>Defense in depth</strong>: Every layer fails—we rely on overlapping controls (<ahref="https://en.wikipedia.org/wiki/Swiss_cheese_model">swiss cheese model</a>)</li>
27
-
<li><strong>Ephemeral secrets</strong>: All secrets leak eventually. We prefer <ahref="https://openid.net/developers/how-connect-works/">OIDC</a>/<ahref="https://oauth.net/2/">OAuth</a>, When unavoidable, we rely on runtime KMS fetch — never disk or <ahref="https://man7.org/linux/man-pages/man7/environ.7.html">environ(7)</a>.</li>
27
+
<li><strong>Ephemeral secrets</strong>: All secrets leak eventually. We prefer <ahref="https://openid.net/developers/how-connect-works/">OIDC</a>. When unavoidable, we rely on a runtime KMS — never transferring secrets via disk, <ahref="https://www.gnu.org/software/c-intro-and-ref/manual/html_node/Command_002dline-Parameters.html">argv</a>, or <ahref="https://man7.org/linux/man-pages/man7/environ.7.html">environ(7)</a>.</li>
28
28
<li><strong>Minimal data surface</strong>: Less data = less risk. Metadata cache only (21-day TTL), 0 persistent user data</li>
29
29
<li><strong>Minimal supply chain</strong>: Most services have 0-1 external deps. We use <ahref="https://github.com/ko-build/ko">ko</a>+<ahref="https://images.chainguard.dev/">Chainguard Images</a></li>
30
30
<li><strong>No data monetization</strong>: We never sell your data. Third-party sharing limited to operational requirements/li>
<li><ahref="https://github.com/codeGROOVE-dev/policy/blob/main/TOS.md">Terms of Service</a></li>
40
41
</ul>
41
-
<p>We're not yet SOC 2, but we've overseen the process for other large companies and will consider it later.</p>
42
+
<p>Our team has guided companies through SOC 2 certification. Rather than retrofit compliance later, we're engineering our security controls to meet SOC 2 standards from day one.</p>
0 commit comments