Skip to content

Commit 26f0eaa

Browse files
docs: mention secret redacting CF-2343 (#2625)
* docs: mention secret redacting CF-2343 * docs: correct grammar
1 parent 38d6215 commit 26f0eaa

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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 to 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 to 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)