Skip to content

Commit dbb356f

Browse files
authored
[WAF / DDoS] Add feed buttons (cloudflare#21200)
* [WAF / DDoS] Add feed buttons * tweak
1 parent 670bbb7 commit dbb356f

File tree

7 files changed

+32
-7
lines changed

7 files changed

+32
-7
lines changed

src/components/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export { default as PublicStats } from "./PublicStats.astro";
4848
export { default as RelatedProduct } from "./RelatedProduct.astro";
4949
export { default as Render } from "./Render.astro";
5050
export { default as ResourcesBySelector } from "./ResourcesBySelector.astro";
51+
export { default as RSSButton } from "./RSSButton.astro";
5152
export { default as RuleID } from "./RuleID.astro";
5253
export { default as SpotlightAuthorDetails } from "./SpotlightAuthorDetails.astro";
5354
export { default as Stream } from "./Stream.astro";

src/content/docs/ddos-protection/change-log/general-updates.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "General updates"
3-
pcx_content_type: concept
3+
pcx_content_type: changelog
44
release_notes_file_name:
55
- ddos
66
release_notes_name: DDoS protection

src/content/docs/ddos-protection/change-log/http/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ head:
1111
content: Changelog for the HTTP DDoS managed ruleset
1212
---
1313

14-
import { LinkButton } from "~/components";
14+
import { LinkButton, RSSButton } from "~/components";
1515

1616
This section contains past and upcoming changes to the [HTTP DDoS Attack Protection managed ruleset](/ddos-protection/managed-rulesets/http/).
1717

@@ -21,3 +21,5 @@ This section contains past and upcoming changes to the [HTTP DDoS Attack Protect
2121
>
2222
View scheduled changes
2323
</LinkButton>
24+
25+
<RSSButton href="/ddos-protection/change-log/http/index.xml" />

src/content/docs/ddos-protection/change-log/index.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ head:
1414
content: Changelog for global changes to DDoS protection
1515
---
1616

17+
import { RSSButton } from "~/components";
18+
1719
Cloudflare has a regular cadence of releasing updates and new rules to the DDoS managed rulesets. The updates either improve a rule's accuracy, lower false positives rates, or increase the protection due to a change in the threat landscape.
1820

1921
The release cycle for a new rule within the regular cadence follows this process:
@@ -25,3 +27,9 @@ The release cycle for a new rule within the regular cadence follows this process
2527
Changes to existing rules follow the same process, except that Cloudflare will create a temporary updated rule (denoted as `BETA` in rule description) before updating the original rule on the next release cycle.
2628

2729
Cloudflare is very proactive in responding to new attack vectors, which may need to be released outside of the 7-day cycle, defined as an Emergency Release. This emergency release is only used to respond to new high priority threats with a low false positive probability.
30+
31+
## RSS feeds
32+
33+
- [General updates](/ddos-protection/change-log/general-updates/) - <RSSButton href="/ddos-protection/change-log/general-updates/index.xml" />
34+
- [Network-layer DDoS managed ruleset](/ddos-protection/change-log/network/) - <RSSButton href="/ddos-protection/change-log/network/index.xml" />
35+
- [HTTP DDoS managed ruleset](/ddos-protection/change-log/http/) - <RSSButton href="/ddos-protection/change-log/http/index.xml" />

src/content/docs/ddos-protection/change-log/network/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ head:
1111
content: Changelog for the Network-layer DDoS managed ruleset
1212
---
1313

14-
import { LinkButton } from "~/components";
14+
import { LinkButton, RSSButton } from "~/components";
1515

1616
This section contains past and upcoming changes to the [Network-layer DDoS Attack Protection managed ruleset](/ddos-protection/managed-rulesets/network/).
1717

@@ -26,3 +26,5 @@ The Network-layer DDoS Attack Protection managed ruleset protects Cloudflare cus
2626
>
2727
View scheduled changes
2828
</LinkButton>
29+
30+
<RSSButton href="/ddos-protection/change-log/network/index.xml" />

src/content/docs/waf/change-log/index.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ head:
1212
content: Changelog for managed rulesets
1313
---
1414

15-
import { LinkButton } from "~/components";
15+
import { LinkButton, RSSButton } from "~/components";
1616

1717
The WAF changelog provides information about changes to managed rulesets and general updates to WAF protection.
1818

@@ -33,3 +33,8 @@ If you do notice a new or updated rule generating an increased volume of securit
3333
<LinkButton type="primary" href="/waf/change-log/scheduled-changes/">
3434
View scheduled changes
3535
</LinkButton>
36+
<RSSButton href="/waf/change-log/index.xml" />
37+
38+
## General updates
39+
40+
For more general updates to the WAF, refer to [general updates](/waf/change-log/general-updates/).

src/content/docs/waf/change-log/scheduled-changes.mdx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ sidebar:
77
tableOfContents: false
88
---
99

10-
import { RuleID } from "~/components";
10+
import { RSSButton, RuleID } from "~/components";
11+
12+
<RSSButton href="/waf/change-log/index.xml" />
1113

1214
<table style="width: 100%">
1315
<thead>
@@ -41,7 +43,9 @@ import { RuleID } from "~/components";
4143
<td>
4244
<RuleID id="8350947451a1401c934f5e660f101cca" />
4345
</td>
44-
<td>Angular-Base64-Upload - Remote Code Execution - CVE:CVE-2024-42640</td>
46+
<td>
47+
Angular-Base64-Upload - Remote Code Execution - CVE:CVE-2024-42640
48+
</td>
4549
<td>This is a New Detection</td>
4650
</tr>
4751
<tr>
@@ -63,7 +67,10 @@ import { RuleID } from "~/components";
6367
<td>
6468
<RuleID id="3d6bf99039b54312a1a2165590aea1ca" />
6569
</td>
66-
<td>Progress Software WhatsUp Gold - Remote Code Execution - CVE:CVE-2024-4885</td>
70+
<td>
71+
Progress Software WhatsUp Gold - Remote Code Execution -
72+
CVE:CVE-2024-4885
73+
</td>
6774
<td>This is a New Detection</td>
6875
</tr>
6976
<tr>

0 commit comments

Comments
 (0)