Skip to content

Commit 7c19223

Browse files
committed
update security page
1 parent 7968600 commit 7c19223

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/pages/security.astro

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,26 @@ const tags = [
266266
</div>
267267
</FlexibleSection>
268268

269+
<FlexibleSection leftRatio={1} title="Verifiability of releases" theme="light">
270+
<div slot="left">
271+
<ul>
272+
<li>
273+
Authenticity and integrity of all release assets can be verified.
274+
</li>
275+
<li>
276+
All official Docker images are signed using
277+
<a href="https://github.com/sigstore/cosign">Cosign</a>
278+
and automatically scanned for known vulnerabilities with
279+
<a href="https://trivy.dev/">Trivy</a>.
280+
</li>
281+
<li>
282+
All release assets (binaries, packages, etc.) include SHA256 checksums
283+
that are automatically generated and published with each GitHub <a href="https://github.com/DefGuard/defguard/releases">release</a>.
284+
</li>
285+
</ul>
286+
</div>
287+
</FlexibleSection>
288+
269289
<FlexibleSection
270290
leftRatio={1}
271291
title="Found a security vulnerability in Defguard?"

0 commit comments

Comments
 (0)