Skip to content

Commit cb300fd

Browse files
committed
docs: mention secret redacting CF-2343
1 parent 38d6215 commit cb300fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/codacy-ai/codacy-ai.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ More details about [False Positives here](../repositories/commits.md#false-posit
5757

5858
- Codacy does not use your code, repository contents, or comments to train external AI models. No customer code or review text is incorporated into model training.
5959
- To detect a Possible False Positive, Codacy only processes the specific issue context: one request per file with issues. No additional repository data is sent or used.
60-
- Prompts are neither stored nor visible by anyone
60+
- Prompts are neither stored nor visible by anyone.
61+
- As an extra precaution, before any code snippet is sent to the AI model, Codacy automatically redacts secrets (API keys, tokens, credentials, and other high-entropy strings) from the code context.
6162

6263
<div id="pr-reviewer"></div>
6364

@@ -122,4 +123,5 @@ Rules for the output:
122123

123124
- Codacy does not use your code, repository contents, or comments to train external AI models. No customer code or review text is incorporated into model training.
124125
- To enrich the review, the git diff of the Pull Request as well as some related files' contents can be sent as context. No data is stored on our side, or used to train any models.
125-
- Prompts are neither stored nor visible by anyone
126+
- Prompts are neither stored nor visible by anyone.
127+
- As an extra precaution, before any code snippet is sent to the AI model, Codacy automatically redacts secrets (API keys, tokens, credentials, and other high-entropy strings) from the code context.

0 commit comments

Comments
 (0)