-
Notifications
You must be signed in to change notification settings - Fork 22
docs: add tools for rule writers #267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Felipe Zipitria <[email protected]>
Deploying crs-documentation with
|
| Latest commit: |
e2484e2
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5f261c59.documentation-km5.pages.dev |
| Branch Preview URL: | https://docs-add-tools-rule-writes.documentation-km5.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Adds a new documentation page to help CRS rule writers discover and use commonly used third-party and CRS-specific tooling, aligning with the goal of making rule development more approachable for new contributors (Fixes #73).
Changes:
- Adds a “Tools for Rule Writers” page with categorized tool links (regex, DB playgrounds, encoders, HTTP clients, XSS resources).
- Includes a suggested end-to-end workflow for developing and testing rules with these tools.
- Links to existing CRS docs for crs-toolchain, go-ftw, and the broader “Useful Tools” page.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@copilot open a new pull request to apply changes based on the comments in this thread |
Signed-off-by: Felipe Zipitria <[email protected]>
* Initial plan * 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 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: fzipi <[email protected]>
Signed-off-by: Felipe Zipitria <[email protected]>
what
why
refs
Fixes #73.