-
I use latest [coraza-caddy](https://github.com/corazawaf/coraza-caddy) with Caddy along with core ruleset.
My Caddyfile configuration looks like:
```caddyfile
coraza_waf {
include /waf/extra-…
-
when compiling coraza-spoa / crs 3.3.4 -> I get the following error when running
```
{"level":"fatal","ts":"2022-09-29T09:32:03.773Z","caller":"logger/logger.go:83","msg":"failed to compile rule …
-
```go
logCfg := NewAuditLogConfig().
LogRelevantOnly().
WithLogger(logger).
WithParts([]types.AuditLogPart("abcdedf"))
```
LogRelevantOnly is not setting the WAF audit log engine type t…
-
I am currently debugging this code that tries to delete the keys in a map (to empty it while retaining bucket storage)
https://github.com/corazawaf/coraza/blob/v3/dev/internal/corazawaf/rulegroup.g…
-
Debug levels documented in the coraza.conf-recommended are not correct:
https://github.com/corazawaf/coraza/blob/v2/master/coraza.conf-recommended#L204
Debug Level 6 is not available anymore: ht…
-
Caddyfile
```
coraza_waf {
include /waf/coraza.conf
include /waf/coreruleset4/crs-setup.conf.example
include /waf/coreruleset4/rules/*.conf…
-
Hello,
![Coraza_load_module](https://user-images.githubusercontent.com/18275616/213059112-1cd87f63-99c5-4ebd-aeb9-8c5d7264e233.png)
I try to use Coraza over Caddy with the OWASP Core Rule Set.
…
-
hello team
I have read the configuration but still don't understand how to configure because the documentation is not clear when configuring caddy with redis, i have configured redis on Caddyfile as…
-
sudo caddy validate
2022/12/09 01:13:17.893 INFO using adjacent Caddyfile
2022/12/09 01:13:17.894 WARN Caddyfile input is not formatted; run the 'caddy fmt' command to fix inconsistencies {"adapter"…
-
Hi, when using the recommended files and configuration with `4.0/dev` for coreruleset there is no `hostname` value in logs and all `SecRule SERVER_NAME` will not match as a consequence
FYI the sam…