Skip to content

Commit 033bbf1

Browse files
committed
Changed rust
1 parent 48b3d8a commit 033bbf1

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

src/pages/security.astro

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,28 @@ const tags = [
120120
</div>
121121
</FlexibleSection>
122122

123+
<FlexibleSection leftRatio={1} title="We are open!" theme="light">
124+
<div slot="left">
125+
<ul>
126+
<li>As far as we know, we are the only VPN solution that publishes
127+
<a href="https://defguard.net/pentesting/">detailed penetration testing reports
128+
from periodic security audits</a> conducted by ISEC on all Defguard components.
129+
</li>
130+
<li>
131+
Most of our code is open source, and the enterprise part is open code —
132+
enabling you to freely test and verify.
133+
</li>
134+
<li>
135+
Our whole process: <a href="https://docs.defguard.net/in-depth/release-cycle"
136+
>release cycle</a
137+
> and <a href="https://github.com/orgs/DefGuard/projects/5">roadmap</a> are openly
138+
managed and shared.
139+
</li>
140+
<li>No vendor lock-in — install on <b>whatever hardware and operating system</b> you like. This gives you huge advantage not only for ease of deployment and maintanance - but gives you <b>full inspectability</b> of the whole stack!</li>
141+
</ul>
142+
</div>
143+
</FlexibleSection>
144+
123145
<FlexibleSection leftRatio={1} title="We chose Rust" theme="light">
124146
<div slot="left">
125147
<ul>
@@ -155,28 +177,6 @@ const tags = [
155177
</div>
156178
</FlexibleSection>
157179

158-
<FlexibleSection leftRatio={1} title="We are open!" theme="light">
159-
<div slot="left">
160-
<ul>
161-
<li>As far as we know, we are the only VPN solution that publishes
162-
<a href="https://defguard.net/pentesting/">detailed penetration testing reports
163-
from periodic security audits</a> conducted by ISEC on all Defguard components.
164-
</li>
165-
<li>
166-
Most of our code is open source, and the enterprise part is open code —
167-
enabling you to freely test and verify.
168-
</li>
169-
<li>
170-
Our whole process: <a href="https://docs.defguard.net/in-depth/release-cycle"
171-
>release cycle</a
172-
> and <a href="https://github.com/orgs/DefGuard/projects/5">roadmap</a> are openly
173-
managed and shared.
174-
</li>
175-
<li>No vendor lock-in — install on <b>whatever hardware and operating system</b> you like. This gives you huge advantage not only for ease of deployment and maintanance - but gives you <b>full inspectability</b> of the whole stack!</li>
176-
</ul>
177-
</div>
178-
</FlexibleSection>
179-
180180
<FlexibleSection leftRatio={1} title="We also self host everything" theme="light">
181181
<div slot="left">
182182
<ul>

0 commit comments

Comments
 (0)