[Rules] Fix Cache Rules changelog bot field list - #32802
Open
damiete wants to merge 2 commits into
Open
Conversation
Contributor
Review✅ No issues found in commit Code ReviewThis code review is in beta and may not always be helpful — use your judgment. No code review issues found. ConventionsNo convention issues found. Style Guide ReviewNo style-guide issues found. CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
Remove non-existent api_score and attack_score fields, correct bot_tags to tags, and list detection_ids and signed_agent.
damiete
force-pushed
the
fix/cache-rules-changelog-bot-fields
branch
from
August 17, 2026 17:15
5c79215 to
6c2b6bb
Compare
Bot tags remain log-only in public docs; do not list cf.bot_management.tags as a Cache Rules expression field.
Author
Review triage
Fix pushed in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Correct the 2026-07-16 Cache Rules changelog field table.
Why
Three listed fields are not valid Rules language fields:
cf.bot_management.api_score— does not existcf.bot_management.attack_score— does not exist (WAF attack score iscf.waf.score)cf.bot_management.bot_tags["<TAG>"]— does not exist (and bot tags are documented as log-only today)Also list Bot Management fields that are already documented and available in rules:
detection_ids,signed_agent.Changes
api_score,attack_score, andbot_tags["…"]detection_idsandsigned_agentPage
/changelog/2026-07-16-cache-rules-bot-fields-asn/