Skip to content

Commit f49a15e

Browse files
authored
[WAF] Update upgrade guides (cloudflare#23011)
1 parent d1ba6cd commit f49a15e

File tree

21 files changed

+310
-194
lines changed

21 files changed

+310
-194
lines changed

public/__redirects

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@
12811281
/support/account-management-billing/billing-cloudflare-add-on-services/ /billing/usage-based-billing/ 301
12821282
/support/cloudflare-client-api/ /fundamentals/api/ 301
12831283
/support/firewall/learn-more/understanding-cloudflare-tor-support-and-onion-routing/ /network/onion-routing/ 301
1284-
/support/firewall/managed-rules-web-application-firewall-waf/migrating-from-waf-managed-rules-to-waf-managed-rulesets/ /waf/reference/migration-guides/waf-managed-rules-migration/ 301
1284+
/support/firewall/managed-rules-web-application-firewall-waf/migrating-from-waf-managed-rules-to-waf-managed-rulesets/ /waf/reference/legacy/old-waf-managed-rules/upgrade/ 301
12851285
/support/firewall/tools/understanding-cloudflare-zone-lockdown/ /waf/tools/zone-lockdown/ 301
12861286
/support/firewall/tools/understanding-cloudflare-user-agent-blocking/ /waf/tools/user-agent-blocking/ 301
12871287
/support/more-dashboard-apps/cloudflare-apps/installing-cloudflare-apps/ /workers/ 301
@@ -1492,6 +1492,10 @@
14921492
/waf/analytics/security-events/additional-information/ /waf/tools/validation-checks/ 301
14931493
/waf/reference/cloudflare-challenges/ /cloudflare-challenges/ 301
14941494
/waf/tools/challenge-passage/ /cloudflare-challenges/challenge-types/challenge-pages/#challenge-passage 301
1495+
/waf/reference/migration-guides/ /waf/reference/legacy/ 301
1496+
/waf/reference/migration-guides/old-rate-limiting-deprecation/ /waf/reference/legacy/old-rate-limiting/upgrade/ 301
1497+
/waf/reference/migration-guides/waf-managed-rules-migration/ /waf/reference/legacy/old-waf-managed-rules/upgrade/ 301
1498+
/waf/reference/migration-guides/firewall-rules-to-custom-rules/ /waf/reference/legacy/firewall-rules-upgrade/ 301
14951499

14961500
# waiting-room
14971501
/waiting-room/how-to/mobile-traffic/ /waiting-room/how-to/json-response/ 301
-168 KB
Binary file not shown.
Binary file not shown.
190 KB
Loading

src/content/docs/bots/troubleshooting/frequently-asked-questions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Yandex updates their bots very frequently, you may see more false positives whil
3737
- Create an [exception](/waf/managed-rules/waf-exceptions/) to temporarily skip the managed rule with ID <RuleID id="2854e3f18ad946049e6d90ccf6cbb163" /> when a request is coming from the **Yandex IP** and the user-agent contains **Yandex.**
3838
- Create a [WAF custom rule with the _Skip_ action](/waf/custom-rules/skip/) to temporarily bypass WAF Managed Rules when a request is coming from the **Yandex IP** and the user-agent contains **Yandex.**
3939

40-
If you are using the legacy WAF managed rules ([now deprecated](/waf/reference/migration-guides/waf-managed-rules-migration/)), disable the WAF managed rule with ID `100203` temporarily.
40+
If you are using the [legacy WAF managed rules](/waf/reference/legacy/old-waf-managed-rules/), disable the WAF managed rule with ID `100203` temporarily.
4141

4242
**Solution:**
4343

src/content/docs/rules/reference/page-rules-migration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ This setting turned off a subset of Cloudflare security features: Email Obfuscat
729729
4. If your tests succeed, delete the existing Page Rule.
730730

731731
:::caution
732-
If you are still using WAF managed rules (previous version) or Rate Limiting (previous version), consider migrating to the new versions of these products. It is not possible to turn off these older products using modern Rules features. Refer to the [WAF's migration guides](/waf/reference/migration-guides/) for more information.
732+
If you are still using [WAF managed rules (previous version)](/waf/reference/legacy/old-waf-managed-rules/) or [Rate Limiting (previous version)](/waf/reference/legacy/old-rate-limiting/), consider upgrading to the new versions of these products. It is not possible to turn off these older products using modern Rules features.
733733
:::
734734

735735
</TabItem> </Tabs>

src/content/docs/security-center/security-insights/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Listed below are the specific insights currently available:
3232
| [Increased errors detected on API endpoints](/api-shield/management-and-monitoring/endpoint-labels/) | Investigate changes, abuse, or successful attacks that may have led to this increase in errors. |
3333
| [Increased latency detected on API endpoints](/api-shield/management-and-monitoring/endpoint-labels/) | Investigate changes, abuse, or successful attacks that may have led to this increase in response latency. |
3434
| [Managed Rules not deployed](/waf/managed-rules/reference/cloudflare-managed-ruleset/) | No managed rules deployed on a WAF protected domain. |
35-
| [Migrate to new Managed Rules](/waf/reference/migration-guides/waf-managed-rules-migration/) | Migration to new Managed Rules system required for optimal protection. |
35+
| [Upgrade to new Managed Rules](/waf/reference/legacy/old-waf-managed-rules/upgrade/) | Upgrade to new Managed Rules system required for optimal protection. |
3636
| [Mixed-authentication API endpoints detected](/api-shield/management-and-monitoring/endpoint-labels/#managed-labels) | Not all of the successful requests against API endpoints carried session identifiers. |
3737
| [New API endpoints detected](/api-shield/security/api-discovery/) | API Discovery detects new API endpoints in your zone's traffic. |
3838
| [New CASB integrations found](/cloudflare-one/applications/casb/casb-integrations/) | New CASB integrations have been found. |

src/content/docs/version-management/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To use Version Management, the following must all be true:
4343
* Your zone is on an Enterprise plan.
4444
* Your zone is in an [active](/dns/zone-setups/reference/domain-status/) state.
4545
* Your zone uses [WAF managed rules](/waf/managed-rules/).
46-
* Your zone has migrated to use [Custom Rules](/waf/reference/migration-guides/firewall-rules-to-custom-rules/) instead of Firewall Rules (deprecated).
46+
* Your zone has migrated to use [custom rules](/waf/custom-rules/) instead of Firewall Rules (deprecated).
4747
* Your account uses the [new WAF](https://blog.cloudflare.com/new-cloudflare-waf/) (if not, contact your account team).
4848
* Your user account must have a Super Administrator or Administrator [role](/fundamentals/manage-members/roles/). **Zone Versioning** roles cannot create new versions.
4949
* Your user account must have an API Key provisioned (if not, [view your API Key](/fundamentals/api/get-started/keys/#view-your-global-api-key)).

src/content/docs/waf/custom-rules/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ import { Render, FeatureTable } from "~/components";
1111

1212
Custom rules are evaluated in order, and some actions like _Block_ will stop the evaluation of other rules. For more details on actions and their behavior, refer to the [actions reference](/ruleset-engine/rules-language/actions/).
1313

14-
:::note[Did you migrate from Cloudflare Firewall Rules?]
14+
:::note[Did you upgrade from Cloudflare Firewall Rules?]
1515

16-
Refer to the [migration guide](/waf/reference/migration-guides/firewall-rules-to-custom-rules/#main-differences) to learn more about the differences between firewall rules and custom rules.
16+
Refer to the [upgrade guide](/waf/reference/legacy/firewall-rules-upgrade/#main-differences) to learn more about the differences between firewall rules and custom rules.
1717
:::
1818

1919
To define sets of custom rules that apply to more than one zone, use [custom rulesets](/waf/account/custom-rulesets/), which require an Enterprise plan with a paid add-on.

src/content/docs/waf/rate-limiting-rules/best-practices.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
---
2-
title: Best practices
2+
title: Rate limiting practices
33
pcx_content_type: configuration
44
sidebar:
55
order: 21
6-
head:
7-
- tag: title
8-
content: Rate limiting best practices
6+
label: Best practices
97
---
108

119
import { Render } from "~/components";

0 commit comments

Comments
 (0)