Skip to content

Commit 8e38590

Browse files
committed
Add how to report true/false positives
1 parent 9a9d45b commit 8e38590

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

src/content/docs/cloudflare-one/policies/data-loss-prevention/dlp-policies/logging-options.mdx

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,22 @@ Data Loss Prevention will now store a portion of the payload for HTTP requests t
4646
You will see the [ID of the matched DLP Profile](/api/resources/zero_trust/subresources/dlp/subresources/profiles/methods/list/) followed by the decrypted payload.
4747

4848
:::note
49-
Neither the key nor the decrypted payload will be stored by Cloudflare.
49+
Cloudflare does not store the key or the decrypted payload.
5050
:::
5151

52+
### Report false and true positives to AI context analysis
53+
54+
When you have [AI context analysis](/cloudflare-one/policies/data-loss-prevention/dlp-profiles/advanced-settings/#ai-context-analysis) turned on for a DLP profile, you can train the AI model to adjust its confident threshold by reporting false and true positives.
55+
56+
To report a DLP match payload as a false or true positive:
57+
58+
1. [Find and decrypt](#4-view-payload-logs) the payload log you want to report.
59+
2. In **Log details**, choose a detected context match.
60+
3. In **Context**, select the redacted match data.
61+
4. In **Match details**, choose whether you want to report the match as a false positive or a true positive.
62+
63+
Based on your report, DLP's machine learning will adjust its confidence in future matches for the associated profile.
64+
5265
### Data privacy
5366

5467
- All Cloudflare logs are encrypted at rest. Encrypting the payload content adds a second layer of encryption for the matched values that triggered a DLP rule.

src/content/docs/cloudflare-one/policies/data-loss-prevention/dlp-profiles/advanced-settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ AI context analysis uses machine learning to analyze and adjust the confidence i
2929

3030
DLP submits the context as an AI text embedding vector to [Cloudflare Workers AI](/workers-ai/). Vectors are stored in a database bucket for up to six months, along with relevant metadata from the HTTP request including the URL, HTTP method, matching DLP profile, and Gateway request ID.
3131

32-
To train the model, you need to report true and false positive in your [DLP logs](/cloudflare-one/policies/data-loss-prevention/dlp-policies/logging-options/).
32+
To train the model, you need to [report false and true positives](/cloudflare-one/policies/data-loss-prevention/dlp-policies/logging-options/#report-true-and-false-positive-to-ai-context-analysis) in your DLP payload logs.
3333

3434
## Confidence thresholds
3535

0 commit comments

Comments
 (0)