From b9c2df23032c1f8ccd980f3d1caffa85c786e87d Mon Sep 17 00:00:00 2001 From: kodster28 Date: Thu, 27 Mar 2025 14:51:29 -0500 Subject: [PATCH 1/2] [WAF / DDoS] Add feed buttons --- src/components/index.ts | 1 + .../ddos-protection/change-log/general-updates.mdx | 2 +- .../docs/ddos-protection/change-log/http/index.mdx | 4 +++- .../docs/ddos-protection/change-log/index.mdx | 8 ++++++++ .../ddos-protection/change-log/network/index.mdx | 4 +++- src/content/docs/waf/change-log/index.mdx | 5 ++++- .../docs/waf/change-log/scheduled-changes.mdx | 13 ++++++++++--- 7 files changed, 30 insertions(+), 7 deletions(-) diff --git a/src/components/index.ts b/src/components/index.ts index 49d8392bd9d73a2..3e307aeb6baaf0c 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -48,6 +48,7 @@ export { default as PublicStats } from "./PublicStats.astro"; export { default as RelatedProduct } from "./RelatedProduct.astro"; export { default as Render } from "./Render.astro"; export { default as ResourcesBySelector } from "./ResourcesBySelector.astro"; +export { default as RSSButton } from "./RSSButton.astro"; export { default as RuleID } from "./RuleID.astro"; export { default as SpotlightAuthorDetails } from "./SpotlightAuthorDetails.astro"; export { default as Stream } from "./Stream.astro"; diff --git a/src/content/docs/ddos-protection/change-log/general-updates.mdx b/src/content/docs/ddos-protection/change-log/general-updates.mdx index c20ec2d458d20e9..d52d9c087636351 100644 --- a/src/content/docs/ddos-protection/change-log/general-updates.mdx +++ b/src/content/docs/ddos-protection/change-log/general-updates.mdx @@ -1,6 +1,6 @@ --- title: "General updates" -pcx_content_type: concept +pcx_content_type: changelog release_notes_file_name: - ddos release_notes_name: DDoS protection diff --git a/src/content/docs/ddos-protection/change-log/http/index.mdx b/src/content/docs/ddos-protection/change-log/http/index.mdx index 492da91df7906d2..3086e902c75eac2 100644 --- a/src/content/docs/ddos-protection/change-log/http/index.mdx +++ b/src/content/docs/ddos-protection/change-log/http/index.mdx @@ -11,7 +11,7 @@ head: content: Changelog for the HTTP DDoS managed ruleset --- -import { LinkButton } from "~/components"; +import { LinkButton, RSSButton } from "~/components"; This section contains past and upcoming changes to the [HTTP DDoS Attack Protection managed ruleset](/ddos-protection/managed-rulesets/http/). @@ -21,3 +21,5 @@ This section contains past and upcoming changes to the [HTTP DDoS Attack Protect > View scheduled changes + + diff --git a/src/content/docs/ddos-protection/change-log/index.mdx b/src/content/docs/ddos-protection/change-log/index.mdx index 1a0cb31926765ba..df67f67483a3558 100644 --- a/src/content/docs/ddos-protection/change-log/index.mdx +++ b/src/content/docs/ddos-protection/change-log/index.mdx @@ -14,6 +14,8 @@ head: content: Changelog for global changes to DDoS protection --- +import { RSSButton } from "~/components"; + 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. 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 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. 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. + +## RSS feeds + +- [General updates](/ddos-protection/change-log/general-updates/) - +- [Network-layer DDoS managed ruleset](/ddos-protection/change-log/network/) - +- [HTTP DDoS managed ruleset](/ddos-protection/change-log/http/) - diff --git a/src/content/docs/ddos-protection/change-log/network/index.mdx b/src/content/docs/ddos-protection/change-log/network/index.mdx index 2daf924d5516580..b9434739852c26f 100644 --- a/src/content/docs/ddos-protection/change-log/network/index.mdx +++ b/src/content/docs/ddos-protection/change-log/network/index.mdx @@ -11,7 +11,7 @@ head: content: Changelog for the Network-layer DDoS managed ruleset --- -import { LinkButton } from "~/components"; +import { LinkButton, RSSButton } from "~/components"; This section contains past and upcoming changes to the [Network-layer DDoS Attack Protection managed ruleset](/ddos-protection/managed-rulesets/network/). @@ -26,3 +26,5 @@ The Network-layer DDoS Attack Protection managed ruleset protects Cloudflare cus > View scheduled changes + + diff --git a/src/content/docs/waf/change-log/index.mdx b/src/content/docs/waf/change-log/index.mdx index 3e41066b52b814a..a1dda21e8534b5e 100644 --- a/src/content/docs/waf/change-log/index.mdx +++ b/src/content/docs/waf/change-log/index.mdx @@ -12,10 +12,13 @@ head: content: Changelog for managed rulesets --- -import { LinkButton } from "~/components"; +import { LinkButton, RSSButton } from "~/components"; The WAF changelog provides information about changes to managed rulesets and general updates to WAF protection. +
+ + ## Changelog for managed rulesets Cloudflare has a regular cadence of releasing updates and new rules to WAF 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. diff --git a/src/content/docs/waf/change-log/scheduled-changes.mdx b/src/content/docs/waf/change-log/scheduled-changes.mdx index ed113095ebbb161..bec39e085dbea23 100644 --- a/src/content/docs/waf/change-log/scheduled-changes.mdx +++ b/src/content/docs/waf/change-log/scheduled-changes.mdx @@ -7,7 +7,9 @@ sidebar: tableOfContents: false --- -import { RuleID } from "~/components"; +import { RSSButton, RuleID } from "~/components"; + + @@ -41,7 +43,9 @@ import { RuleID } from "~/components"; - + @@ -63,7 +67,10 @@ import { RuleID } from "~/components"; - + From a2cbb2209d936f223848155a1ddac75a16ecc801 Mon Sep 17 00:00:00 2001 From: kodster28 Date: Thu, 27 Mar 2025 15:10:25 -0500 Subject: [PATCH 2/2] tweak --- src/content/docs/waf/change-log/index.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/content/docs/waf/change-log/index.mdx b/src/content/docs/waf/change-log/index.mdx index a1dda21e8534b5e..94856e6c8687023 100644 --- a/src/content/docs/waf/change-log/index.mdx +++ b/src/content/docs/waf/change-log/index.mdx @@ -16,9 +16,6 @@ import { LinkButton, RSSButton } from "~/components"; The WAF changelog provides information about changes to managed rulesets and general updates to WAF protection. -
- - ## Changelog for managed rulesets Cloudflare has a regular cadence of releasing updates and new rules to WAF 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. @@ -36,3 +33,8 @@ If you do notice a new or updated rule generating an increased volume of securit View scheduled changes + + +## General updates + +For more general updates to the WAF, refer to [general updates](/waf/change-log/general-updates/).
Angular-Base64-Upload - Remote Code Execution - CVE:CVE-2024-42640 + Angular-Base64-Upload - Remote Code Execution - CVE:CVE-2024-42640 + This is a New Detection
Progress Software WhatsUp Gold - Remote Code Execution - CVE:CVE-2024-4885 + Progress Software WhatsUp Gold - Remote Code Execution - + CVE:CVE-2024-4885 + This is a New Detection