Skip to content

Commit 6bf9260

Browse files
committed
[Challenges] Add info for new security nav
1 parent 68e16f7 commit 6bf9260

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

src/content/docs/cloudflare-challenges/reference/challenge-solve-rate.mdx

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,25 @@ sidebar:
55
order: 2
66
---
77

8+
import { Tabs, TabItem } from "~/components";
9+
810
The challenge solve rate (CSR) is the percentage of issued challenges — Interactive Challenge, JS Challenge, or Managed Challenge actions — that were solved.
911

10-
```sql
12+
```txt
1113
CSR = number of challenges solved / number of challenges issued
1214
```
1315

1416
This metric helps you evaluate your rule's effectiveness, as well as whether you need to make any adjustments to the rule's criteria or action. Rules in Challenge mode will start generating Challenge Solve Rate data (CSR) which indicates the false positive percentage.
1517

1618
You can find the CSR of a rule by going to its corresponding dashboard page:
1719

18-
- For [custom rules](/waf/custom-rules/), go to **Security** > **WAF** > **Custom rules**.
19-
- For [rate limiting rules](/waf/rate-limiting-rules/), go to **Security** > **WAF** > **Rate limiting rules**.
20+
<Tabs syncKey="dashNewNav"> <TabItem label="Old dashboard">
21+
22+
- For [custom rules](/waf/custom-rules/), go to your zone > **Security** > **WAF** > **Custom rules**.
23+
- For [rate limiting rules](/waf/rate-limiting-rules/), go to your zone > **Security** > **WAF** > **Rate limiting rules**.
24+
25+
</TabItem> <TabItem label="New dashboard" icon="rocket">
26+
27+
For [custom rules](/waf/custom-rules/) or [rate limiting rules](/waf/rate-limiting-rules/), go to your zone > **Security** > **Security rules**.
28+
29+
</TabItem> </Tabs>

0 commit comments

Comments
 (0)