From bf242c35c64aac54f4b88a03e60403d2f95e5ea6 Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Mon, 4 Nov 2019 21:20:55 +0100 Subject: [PATCH] Create SOC-2 and SOC 3 Page --- home/views/legal.ejs | 8 ++++++-- home/views/soc-2.ejs | 24 ++++++++++++++++++++++++ home/views/soc-3.ejs | 24 ++++++++++++++++++++++++ home/views/soc.ejs | 28 ---------------------------- 4 files changed, 54 insertions(+), 30 deletions(-) create mode 100644 home/views/soc-2.ejs create mode 100644 home/views/soc-3.ejs delete mode 100644 home/views/soc.ejs diff --git a/home/views/legal.ejs b/home/views/legal.ejs index 41dc369bdf..4a38a32e83 100755 --- a/home/views/legal.ejs +++ b/home/views/legal.ejs @@ -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 %> diff --git a/home/views/soc-2.ejs b/home/views/soc-2.ejs new file mode 100644 index 0000000000..5d2b9ce4a1 --- /dev/null +++ b/home/views/soc-2.ejs @@ -0,0 +1,24 @@ +
+ +

SOC 2

+ +

Service Organization Control (SOC) Reports

+
+ +
+ +

Introduction

+ +

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. +

+ 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. +

+ +

Request Report

+ + +

Fyipe has undergone a SOC 2 audit, and a copy of Fyipe’s most recent report is available upon request from your Account Manager. We will need you to sign an NDA before we can share the report with you.

+ +

For all other matters please + contact: soc@hackerbay.io

+
\ No newline at end of file diff --git a/home/views/soc-3.ejs b/home/views/soc-3.ejs new file mode 100644 index 0000000000..bc254c6c98 --- /dev/null +++ b/home/views/soc-3.ejs @@ -0,0 +1,24 @@ +
+ +

SOC 3

+ +

Service Organization Control (SOC) Reports

+
+ +
+ +

Introduction

+ +

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. +

+ +

SOC 3 Report

+ + +

Fyipe has undergone SOC 3 audit and our SOC 3 report is available for download here.

+ +

For all other matters please + contact: soc@hackerbay.io

+
\ No newline at end of file diff --git a/home/views/soc.ejs b/home/views/soc.ejs deleted file mode 100644 index 92be8600fa..0000000000 --- a/home/views/soc.ejs +++ /dev/null @@ -1,28 +0,0 @@ -
- -

SOC

- -

Company and Contact Information

-
- -
- -

Contact

- -

HackerBay, Inc.
- Registered in United States as Delaware C Corporation.

- - Registered address and place of business:

- - HackerBay, Inc.
- 2711 Centerville Road,
Suite 400, Wilmington,
New Castle County, Delaware 19808.
United States - -

EIN: 38-4042380

- -

Contact email address:

- - -

For privacy related matters please contact: privacy@hackerbay.io

- -

For all other matters please contact: feedback@hackerbay.io

-
\ No newline at end of file