Skip to content

Commit 9f69d36

Browse files
committed
Rewrite the "Data privacy and security" section to center around one bullet list, and end with a link to the Trust Center page for more information.
1 parent fe08df3 commit 9f69d36

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

‎docs/overview/introduction.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,16 @@ In addition, CodeRabbit can integrate with a number of popular workflow systems:
7171

7272
## Data privacy and security
7373

74-
CodeRabbit does not use data collected from code reviews to train or influence its models. All queries to large language models (LLMs) are ephemeral, with zero retention. No data is shared with third parties.
74+
CodeRabbit collects only the minimum amount of information needed to provide you with our code review services. Our privacy and security posture centers around protecting your data through ephemerality:
7575

76-
- **Temporary Storage**: CodeRabbit temporarily stores your code in memory during the review process, and deletes it afterward.
77-
- **Stored Embeddings**: While CodeRabbit doesn't store your code, it does store embeddings based on chat conversations and workflow systems (Linear, Jira, GitHub/GitLab issues) to improve future reviews.
78-
- **Compliance**: All data is kept confidential, isolated by organization, and complies with SOC2 Type II and GDPR standards.
76+
- All queries to large language models (LLMs) exist in-memory only, with zero retention after each query completes.
77+
- We don't store a copy of your code.
78+
- We don't use your code, code reviews, or other collected data to train LLMs.
79+
- CodeRabbit doesn't share any collected customer data with third parties.
80+
- We keep all customer data confidential, and isolated by organization.
81+
- Our data collection and storage practices comply with SOC 2 and GDPR standards.
7982

80-
You can opt out of data storage at any time without affecting your access to CodeRabbit. Opting out might reduce the level of personalized review feedback that CodeRabbit can provide you.
83+
For more information about how we protect your data, see [the CodeRabbbit Trust Center](https://trust.coderabbit.ai).
8184

8285
## Flexible pricing, free for public repositories
8386

0 commit comments

Comments
 (0)