Skip to content

Commit ac330fd

Browse files
authored
Update security doc
1 parent ee48870 commit ac330fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/security.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const tags = [
4646
description="Building a secure software is a mindset. Features, great UI, and easy deployment are often things that draw users to the software, but when building software in the cybersecurity space, the approach to security should be what tips the scales of choice. Here is ours."
4747
/>
4848

49-
<FlexibleSection leftRatio={1} title="Software Architecture Matters" theme="light">
49+
<FlexibleSection leftRatio={1} title="Secure by design - software architecture matters" theme="light">
5050
<div slot="left">
5151
<ul>
5252
<li>
@@ -168,7 +168,7 @@ const tags = [
168168
> and <a href="https://github.com/orgs/DefGuard/projects/5">roadmap</a> are openly
169169
managed and shared.
170170
</li>
171-
<li>No hardware lock-in — install on whatever hardware you like.</li>
171+
<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>
172172
</ul>
173173
</div>
174174
</FlexibleSection>

0 commit comments

Comments
 (0)