Skip to content

Commit 161517b

Browse files
committed
[Docs Site] Migrate WAF to changelogs
1 parent f98beb2 commit 161517b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+292
-482
lines changed

src/components/AvailableChangelogFeeds.astro

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,10 @@ const productsByGroup = Object.entries(
6464
</ul>
6565
</Details>
6666
{group === "Application security" && (
67-
<Aside type="note" title="DDoS and WAF ruleset feeds">
67+
<Aside type="note" title="DDoS ruleset feeds">
6868
<p>
69-
For <a href="/ddos-protection/">DDoS Protection</a> or{" "}
70-
<a href="/waf/">WAF</a> updates to managed rulesets, please refer to
71-
their independent feeds:
69+
For <a href="/ddos-protection/">DDoS Protection</a> updates to
70+
managed rulesets, please refer to their independent feeds:
7271
<ul>
7372
<li>
7473
<p>
@@ -86,12 +85,6 @@ const productsByGroup = Object.entries(
8685
</p>
8786
<RSSButton href="/ddos-protection/change-log/http/index.xml" />
8887
</li>
89-
<li>
90-
<p>
91-
<a href="/waf/change-log/">WAF managed ruleset</a>
92-
</p>
93-
<RSSButton href="/waf/change-log/index.xml" />
94-
</li>
9588
</ul>
9689
</p>
9790
</Aside>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Improved detection capabilities
3+
description: WAF attack score now detects Base64 and Unicode escapes.
4+
date: 2024-05-23
5+
---
6+
7+
[WAF attack score](/waf/detections/attack-score/) now automatically detects and decodes Base64 and JavaScript (Unicode escape sequences) in HTTP requests. This update is available for all customers with access to WAF attack score (Business customers with access to a single field and Enterprise customers).
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Fixed occasional attack score mismatches
3+
description: Fixed mismatches between WAF attack score and subscores.
4+
date: 2024-08-29
5+
---
6+
7+
Fixed an issue causing score mismatches between the global [WAF attack score](/waf/detections/attack-score/) and subscores. In certain cases, subscores were higher (not an attack) than expected while the global attack score was lower than expected (attack), leading to false positives.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: New table in Security Analytics and Security Events
3+
description: New responsive table in Security Analytics and Events.
4+
date: 2024-11-04
5+
---
6+
7+
Switched to a new, more responsive table in Security Analytics and Security Events.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Security Events pagination
3+
description: Fixed pagination and log count issues in Security Events.
4+
date: 2024-11-14
5+
---
6+
7+
Fixed an issue with pagination in Security Events' sampled logs where some pages were missing data. Also removed the total count from the events log as these are only sampled logs.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Change the order of list items in IP Lists (for API and Terraform users)
3+
description: API and Terraform users may see changes in IP list item order.
4+
date: 2024-12-10
5+
---
6+
7+
Due to changes in the API implementation, the order of list items in an IP list obtained via API or Terraform may change, which may cause Terraform to detect a change in Terraform state. To fix this issue, resync the Terraform state or upgrade the version of your Terraform Cloudflare provider to [version 4.44.0](https://github.com/cloudflare/terraform-provider-cloudflare/releases/tag/v4.44.0) or later.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Improved VPN Managed List
3+
description: Improved management of VPN IP traffic.
4+
date: 2024-12-18
5+
---
6+
7+
Customers can now effectively manage incoming traffic identified as originating from VPN IPs. Customers with compliance restrictions can now ensure compliance with local laws and regulations. Customers with CDN restrictions can use the improved VPN Managed List to prevent unauthorized access from users attempting to bypass geographical restrictions. With the new VPN Managed List enhancements, customers can improve their overall security posture to reduce exposure to unwanted or malicious traffic.

src/content/docs/waf/change-log/2025-01-06.mdx renamed to src/content/changelog/waf/2025-01-06.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
22
title: "2025-01-06"
3-
type: table
4-
pcx_content_type: release-notes
5-
sidebar:
6-
order: 806
7-
tableOfContents: false
3+
description: Cloudflare WAF managed rulesets 2025-01-06 release
4+
date: 2025-01-06
85
---
96

107
import { RuleID } from "~/components";

src/content/docs/waf/change-log/2025-01-13.mdx renamed to src/content/changelog/waf/2025-01-13.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
22
title: "2025-01-13"
3-
type: table
4-
pcx_content_type: release-notes
5-
sidebar:
6-
order: 805
7-
tableOfContents: false
3+
description: Cloudflare WAF managed rulesets 2025-01-13 release
4+
date: 2025-01-13
85
---
96

107
import { RuleID } from "~/components";

src/content/docs/waf/change-log/2025-01-21.mdx renamed to src/content/changelog/waf/2025-01-21.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
22
title: "2025-01-21"
3-
type: table
4-
pcx_content_type: release-notes
5-
sidebar:
6-
order: 804
7-
tableOfContents: false
3+
description: Cloudflare WAF managed rulesets 2025-01-21 release
4+
date: 2025-01-21
85
---
96

107
import { RuleID } from "~/components";

0 commit comments

Comments
 (0)