Skip to content

Commit 01ba3c7

Browse files
authored
Updates incorrect info
1 parent 7756cd1 commit 01ba3c7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

gitlens/GL-Security.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ taxonomy:
77

88
---
99

10-
Below is a chart outlining some basic security information regarding the type of data that we collect and how we store it.
10+
Below is a chart outlining some basic security information regarding the type of data that we collect and how we store it remotely.
1111

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
| --- | --- | --- | --- | --- |
14-
| 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, 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) |
17-
| Launchpad | Storing meta-data for issues/pull-requests/URLs | Encrypted with TLS | Postgres (RDS) | Encrypted at rest (AES-256) |
14+
| Subscriptions | Billing info: name, payment type (credit card, paypal, ACH, etc.), last four digits of payment method, zip code, country, credit card type (mastercard, visa, etc.) | Encrypted with TLS | MongoDB Atlas | Encrypted at rest (AES-256) |
15+
| Launchpad | URLs of issues and pull requests ONLY for pin/snooze functionality | Encrypted with TLS | Postgres (RDS) | Encrypted at rest (AES-256) |
1816
| 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+
| Cloud Workspaces | Repo meta-data issues/PR’s | Encrypted with TLS | MongoDB Atlas | Encrypted at rest (AES-256) |

0 commit comments

Comments
 (0)