docs: 26.06 rollover + stock OWASP CRS v4 support#11
Open
raffaelschneider wants to merge 2 commits into
Open
Conversation
- Snapshot the current top-level docs into `content/v/26.06/` so the version picker can serve a frozen 26.06 archive. - Update `config.toml` version picker: `current = "26.06"`, add a 26.06 (latest) entry, and demote 26.05 to `/v/26.05/` archive. 26.06 inherits the 26.06_1 docs that already landed: metrics endpoint as a dedicated listener with non-root logging caveats (#6), upstream `target` syntax normalization (#5), and the route-level circuit-breaker / retry-policy not-yet-implemented banner (#7). Refs zentinelproxy/zentinel#254 #255 #256 #258, release 26.06_1 (0.6.15).
Update the CRS version examples to 4.0 (matching the config schema) and note that ZentinelSec loads and evaluates the stock OWASP CRS v4 rule set as of zentinel-modsec 0.1.3. Adds the previously-untracked WAF engines comparison page.
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
configuration/waf.mdCRS version examples bumped 3.3.4 → 4.0 (matching the config schema) with a v4 support note, and the WAF engines comparison page (agents/waf-engines.md) claim tightened from "full OWASP CRS support (800+ rules)" to the now-accurate "loads and evaluates the stock OWASP CRS v4 rule set."Notes
agents/waf-engines.mdwas previously untracked; it's added here.