You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gitlens/GL-Security.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ taxonomy:
6
6
category: gitlens
7
7
8
8
---
9
-
9
+
## Information Collection/Storage
10
10
Below is a chart outlining some basic security information regarding the type of data that we collect and how we store it remotely.
11
11
12
12
| Service | What information are we collecting | How is this information secured in the transfer| Where is this information stored | How is this information secured in storage |
@@ -15,3 +15,17 @@ Below is a chart outlining some basic security information regarding the type of
15
15
| Launchpad | URLs of issues and pull requests ONLY for pin/snooze functionality | Encrypted with TLS | Postgres (RDS) | Encrypted at rest (AES-256) |
16
16
| Cloud Patches | Info related to the patch (repo name/URL/provider/base branch name/etc.) + the patch content itself. | Encrypted with TLS | Patch info is stored in a Postgres database, patch content is stored in AWS S3. | SSE-S3, which uses 256-bit Advanced Encryption Standard (AES-256) |
17
17
| Cloud Workspaces | Repository info: URL, provider, org name, repo name | Encrypted with TLS | MongoDB Atlas | Encrypted at rest (AES-256) |
18
+
19
+
## SOC2
20
+
Gitkraken and it’s tools are now SOC 2 Certified! If you would like to request a copy of our SOC2 report, please visit our [Trust Center](https://trust.gitkraken.com/) to get the request process started. Please note that in order to provide a copy of the report, we will need you to sign an MNDA.
21
+
22
+
<divclass="bbb-callout bbb--info">
23
+
<div class="irow">
24
+
<div class="ilogobox">
25
+
<span class="logoimg"></span>
26
+
</div>
27
+
<div class="imsgbox">
28
+
SOC 2 reports are only available for Business and Enterprise customers.
0 commit comments