Update CRS sandbox documentation for coraza and new features#279
Merged
Conversation
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
- Add coraza (Caddy-based WAF) as a backend option - Add html-matched-rules output format - Document benign request behavior (empty results) - Update architecture section with diagram and backend table - Update CRS version references to use generic "latest" instead of hardcoded version numbers - Add coraza usage example - Note that invalid x-format-output values default to json-matched-rules - Remove outdated "Working on the sandbox" section
Deploying crs-documentation with
|
| Latest commit: |
e5e6198
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d3b64701.documentation-km5.pages.dev |
| Branch Preview URL: | https://docs-update-sandbox-document.documentation-km5.pages.dev |
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.
Summary
x-backend: coraza)html-matched-rulesoutput format to docsx-format-outputvalues default tojson-matched-rulesContext
The CRS Sandbox now supports three WAF backends: Apache + ModSecurity, Nginx + ModSecurity, and Coraza WAF on Caddy. The documentation was outdated and didn't reflect these changes.