From 6bfb2e4258c61d6ca58b308de8d6ed7369d53393 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 20:28:47 +0000 Subject: [PATCH 1/2] Initial plan From cbe57fb2c68795b6894ece16ff3f8c04fd98e8fa Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 20:30:28 +0000 Subject: [PATCH 2/2] docs: add aliases and security warning to tools page - Add aliases field to front matter for stable URL path - Update Base64 encoder description with security warning against using real credentials Co-authored-by: fzipi <3012076+fzipi@users.noreply.github.com> --- content/6-development/6-7-tools-for-rule-writers.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/6-development/6-7-tools-for-rule-writers.md b/content/6-development/6-7-tools-for-rule-writers.md index c544f61f..04f14dd8 100644 --- a/content/6-development/6-7-tools-for-rule-writers.md +++ b/content/6-development/6-7-tools-for-rule-writers.md @@ -3,6 +3,7 @@ title: Tools for Rule Writers weight: 67 disableToc: false chapter: false +aliases: ["../development/tools-for-rule-writers"] --- > This page brings together essential tools that help rule writers create better, more effective CRS rules. From testing regular expressions to understanding database behavior, these resources will help you write rules using modern techniques and best practices. @@ -102,7 +103,7 @@ Quick URL encoding and decoding. Supports recursive decoding (up to 16 rounds) f [https://aqua-cloud.io/base64-encode-decoder](https://aqua-cloud.io/base64-encode-decoder) -Real-time Base64 encoding/decoding with URL-safe encoding support. Useful for testing API credentials, JWT tokens, and Base64-encoded payloads. +Real-time Base64 encoding/decoding with URL-safe encoding support. Useful for exploring how API credentials, JWT tokens, and other Base64-encoded payloads are structured. For security, use only anonymized or dummy data and never paste real secrets, such as live API keys or JWTs, into external online tools. ### FusionAuth URL Encoder/Decoder