This commit is contained in:
epoberezkin
2024-10-14 12:28:30 +00:00
parent 3ee8a7bed2
commit 3d1d7eb44a
33 changed files with 447 additions and 78 deletions
+4 -5
View File
@@ -676,12 +676,12 @@ window.addEventListener('scroll',changeHeaderBg);
</div>
</div>
<a href="javascript:void(0)" data-show-overlay="security-assessment" class="open-overlay-btn underline text-primary-light dark:text-primary-dark block text-center xl:text-left xl:rtl:text-right text-[14px] xl:text-[16px] leading-[34px] underline-offset-2">Security assessment</a>
<a href="javascript:void(0)" data-show-overlay="security-assessment" class="open-overlay-btn underline text-primary-light dark:text-primary-dark block text-center xl:text-left xl:rtl:text-right text-[14px] xl:text-[16px] leading-[34px] underline-offset-2">Security assessments</a>
<div id="security-assessment" data-scroll-to="" class="overlay hidden fixed top-0 left-0 bottom-0 right-0 before:absolute before:w-full before:h-full bg-transparent before:bg-secondary-bg-light dark:before:bg-primary-bg-dark before:opacity-90 items-center justify-center p-3 md:p-10 z-[10000]">
<div class="overlay-card w-full md:w-fit md:max-w-[1276px] bg-white dark:bg-card-bg-dark opacity-100 h-full md:h-fit md:max-h-[660px] z-[10001] rounded-md shadow-[0px_3px_12px_rgba(0,0,0,0.2)] p-6 py-10 sm:p-14 overflow-auto scale-100">
<h1 class="text-3xl font-bold text-active-blue mb-6 ">Security assessment</h1>
<h1 class="text-3xl font-bold text-active-blue mb-6 ">Security assessments</h1>
<div class="flex flex-col-reverse lg:flex-row gap-10 justify-between">
<div class="lg:max-w-[448px]">
@@ -690,12 +690,11 @@ window.addEventListener('scroll',changeHeaderBg);
<a href="https://www.trailofbits.com/about/">Trail of Bits</a> is a leading security and technology consultancy whose clients include big tech, governmental agencies and major <span data-glossary="tooltip-blockchain" class="glossary-term">Blockchain</span> projects.
</p>
<p>
Trail of Bits reviewed SimpleX platform cryptography and networking components in November 2022.
Trail of Bits reviewed SimpleX network cryptography and networking components in November 2022. <a href="/blog/20221108-simplex-chat-v4.2-security-audit-new-website.html">Read more</a>.
</p>
<p>
Read more in <a href="/blog/20221108-simplex-chat-v4.2-security-audit-new-website.html">the announcement</a>.
Trail of Bits reviewed cryptographic design of SimpleX network protocols in July 2024. <a href="/blog/20241014-simplex-network-v6-1-security-review-better-calls-user-experience.html">Read more</a>.
</p>
</div>
</div>