Skip to content

Commit f2bd9d5

Browse files
committed
Updates security info collected
1 parent 0d5ac91 commit f2bd9d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitkraken-client/GKC-Security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Below is a chart outlining some basic security information regarding the type of
1212
| 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 |
1313
| --- | --- | --- | --- | --- |
1414
| Workspaces/Insights | Repo meta-data issues/PR’s | Encrypted with TLS | MongoDB Atlas | Encrypted at rest (AES-256) |
15-
| Teams & Users | Repo-relative file paths, number of lines changed | Encrypted with TLS | MongoDB Atlas | Encrypted at rest (AES-256) |
16-
| Subscriptions | Billing info: lastFour, name, type(creditcard,paypal,ach..), zip, country, creditCard type(mastercard, visa, …) | Encrypted with TLS | MongoDB Atlas | Encrypted at rest (AES-256) |
15+
| Teams & Users | Repo-relative file paths, number of lines changed, name of branch currently checked out, first commit SHA of the repository | Encrypted with TLS | MongoDB Atlas | Encrypted at rest (AES-256) |
16+
| Subscriptions | Billing info: lastFour, name, type (credit card, paypal, ach...), zip, country, creditCard type (mastercard, visa...) | Encrypted with TLS | MongoDB Atlas | Encrypted at rest (AES-256) |
1717
| Focus View | Storing meta-data for issues/pull-requests/URLs | Encrypted with TLS | Postgres (RDS) | Encrypted at rest (AES-256) |
1818
| 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) |

0 commit comments

Comments
 (0)