-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Description
Existing documentation URL(s)
When attempting to implement the rule from the "Challenges for account takeover detections" example in the Cloudflare documentation (https://developers.cloudflare.com/bots/concepts/detection-ids/#challenges-for-account-takeover-detections), the following error occurs:
"The current expression is not supported by the expression builder and will be discarded"
This happens when trying to use the expression:
(any(cf.bot_management.detection_ids[*] eq 201326593))
Additionally, in the WAF Custom Rules section, there is no available option for "Bot Detection IDs", preventing the creation of rules based on detection ID 201326593.
What changes are you suggesting?
Is there an alternative method to implement this rule?
Additional information
FYI Cloudy provides a lot of rules are not supported by the expression builder too.
No response
