Create SOC-2 and SOC 3 Page

This commit is contained in:
Nawaz Dhandala
2019-11-04 21:20:55 +01:00
parent 3809100afc
commit bf242c35c6
4 changed files with 54 additions and 30 deletions

View File

@@ -129,10 +129,14 @@
<% include ./hipaa %>
<% }%>
<% if(section.includes("soc")) {%>
<% include ./soc %>
<% if(section === ("soc-3")) {%>
<% include ./soc-3 %>
<% }%>
<% if(section === ("soc-2")) {%>
<% include ./soc-2 %>
<% }%>
<% if(section === "iso-27001") {%>
<% include ./iso-27001 %>

24
home/views/soc-2.ejs Normal file
View File

@@ -0,0 +1,24 @@
<header id="pagmt">
<h1>SOC 2</h1>
<p>Service Organization Control (SOC) Reports</p>
</header>
<section>
<h3>Introduction</h3>
<p>A SOC 2 report is designed to provide assurances about the effectiveness of controls in place at a service organisation that are relevant to the security, availability, or processing integrity of the system used to process clients information, or the confidentiality or privacy of that information.
<br/><br/>
Companies that use cloud service providers use SOC 2 reports to assess and address the risks associated with third party technology services. These reports are issued by independent third-party auditors.
</p>
<h3>Request Report</h3>
<p>Fyipe has undergone a SOC 2 audit, and a copy of Fyipes most recent report is available upon request from your Account Manager. <b>We will need you to sign an NDA before we can share the report with you.</b> </p>
<p> For all other matters please
contact: soc@hackerbay.io</p>
</section>

24
home/views/soc-3.ejs Normal file
View File

@@ -0,0 +1,24 @@
<header id="pagmt">
<h1>SOC 3</h1>
<p>Service Organization Control (SOC) Reports</p>
</header>
<section>
<h3>Introduction</h3>
<p>A Service Organization Control 3 (Soc 3) report outlines information related to a service organization's internal
controls for security, availability, processing integrity, confidentiality or privacy.
</p>
<h3>SOC 3 Report</h3>
<p>Fyipe has undergone SOC 3 audit and our SOC 3 report is available for download <a href="/files/soc-3.pdf"
target="_blank">here.</a> </p>
<p> For all other matters please
contact: soc@hackerbay.io</p>
</section>

View File

@@ -1,28 +0,0 @@
<header id="pagmt">
<h1>SOC</h1>
<p>Company and Contact Information</p>
</header>
<section>
<h3>Contact</h3>
<p><b>HackerBay, Inc.</b><br />
Registered in United States as Delaware C Corporation.<br /><br />
Registered address and place of business:<br /><br />
HackerBay, Inc.<br />
2711 Centerville Road, <br />Suite 400, Wilmington,<br /> New Castle County, Delaware 19808.<br /> United States
<br /><br />EIN: 38-4042380</p>
<h3>Contact email address:</h3>
<p>For privacy related matters please contact: privacy@hackerbay.io</p>
<p> For all other matters please contact: feedback@hackerbay.io</p>
</section>