diff --git a/src/assets/images/changelog/rules/snippets-lists-scores.png b/src/assets/images/changelog/rules/snippets-lists-scores.png new file mode 100644 index 000000000000000..4f4b816d9246985 Binary files /dev/null and b/src/assets/images/changelog/rules/snippets-lists-scores.png differ diff --git a/src/content/changelog/rules/2025-05-09-snippets-cloud-connector-lists-waf-bot-scores.mdx b/src/content/changelog/rules/2025-05-09-snippets-cloud-connector-lists-waf-bot-scores.mdx new file mode 100644 index 000000000000000..02b33757f78cfad --- /dev/null +++ b/src/content/changelog/rules/2025-05-09-snippets-cloud-connector-lists-waf-bot-scores.mdx @@ -0,0 +1,21 @@ +--- +title: More ways to match — Snippets now support Custom Lists, Bot Score, and WAF Attack Score +description: Snippets and Cloud Connector now support user-defined IP, AS, and Hostname Custom Lists — plus Bot Score and WAF Attack Score in Snippets. +products: + - rules +date: 2025-05-09T10:00:00Z +--- + +You can now use IP, Autonomous System (AS), and Hostname [custom lists](/waf/tools/lists/custom-lists/) to route traffic to [Snippets](/rules/snippets/) and [Cloud Connector](/rules/cloud-connector/), giving you greater precision and control over how you match and process requests at the edge. + +In Snippets, you can now also match on [Bot Score](/bots/concepts/bot-score/) and [WAF Attack Score](/waf/detections/attack-score/), unlocking smarter edge logic for everything from request filtering and mitigation to [tarpitting](/rules/snippets/examples/slow-suspicious-requests/) and logging. + +**What’s new:** +- [Custom lists](/waf/tools/lists/custom-lists/) matching – Snippets and Cloud Connector now support user-created IP, AS, and Hostname lists via dashboard or [Lists API](/api/resources/rules/subresources/lists/methods/list/). Great for shared logic across zones. +- [Bot Score](/bots/concepts/bot-score/) and [WAF Attack Score](/waf/detections/attack-score/) – Use Cloudflare’s intelligent traffic signals to detect bots or attacks and take advanced, tailored actions with just a few lines of code. + +![New fields in Snippets](~/assets/images/changelog/rules/snippets-lists-scores.png) + +These enhancements unlock new possibilities for building smarter traffic workflows with minimal code and maximum efficiency. + +Learn more in the [Snippets](/rules/snippets/) and [Cloud Connector](/rules/cloud-connector/) documentation. \ No newline at end of file