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: docs/overview/introduction.md
+8-5
Original file line number
Diff line number
Diff line change
@@ -71,13 +71,16 @@ In addition, CodeRabbit can integrate with a number of popular workflow systems:
71
71
72
72
## Data privacy and security
73
73
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:
75
75
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.
79
82
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).
0 commit comments