Conversation
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
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 |
Contributor
There was a problem hiding this comment.
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.
Member
Author
|
@copilot open a new pull request to apply changes based on the comments in this thread |
Contributor
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
* 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 <3012076+fzipi@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: fzipi <3012076+fzipi@users.noreply.github.com>
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
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
why
refs
Fixes #73.