Skip to content

Commit

Permalink
deploy: 0c21726
Browse files Browse the repository at this point in the history
  • Loading branch information
M4tteoP committed Nov 21, 2024
1 parent 5173ee5 commit 49258af
Show file tree
Hide file tree
Showing 32 changed files with 192 additions and 160 deletions.
8 changes: 4 additions & 4 deletions 404.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions connectors/caddy/index.html

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions connectors/coraza-spoa/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions connectors/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions contributors/felipe-zipitria/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions contributors/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions contributors/juan-pablo-tosso/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/index.html

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions docs/reference/benchmarks/index.html

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions docs/reference/body-processing/index.html

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions docs/reference/extending/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/reference/index.html

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions docs/reference/internals/index.html

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions docs/seclang/actions/index.html

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions docs/seclang/directives/index.html

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions docs/seclang/execution-flow/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/seclang/index.html

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions docs/seclang/operators/index.html

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions docs/seclang/syntax/index.html

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions docs/seclang/transformations/index.html

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions docs/seclang/variables/index.html

Large diffs are not rendered by default.

18 changes: 10 additions & 8 deletions docs/tutorials/coreruleset/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/tutorials/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/tutorials/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ git clone https://github.com/coreruleset/coreruleset
</ol>
<p>For example:</p>
<pre><code class="language-go">func initCoraza(){
cfg := coraza.NewWafConfig()
cfg := coraza.NewWAFConfig()
.WithDirectivesFromFile("coraza.conf")
.WithDirectivesFromFile("coreruleset/crs-setup.conf.example")
.WithDirectivesFromFile("coreruleset/rules/*.conf")
waf, err := coraza.NewWaf(cfg)
waf, err := coraza.NewWAF(cfg)
if err != nil {
panic(err)
}
Expand Down
14 changes: 8 additions & 6 deletions docs/tutorials/introduction/index.html

Large diffs are not rendered by default.

18 changes: 10 additions & 8 deletions docs/tutorials/quick-start/index.html

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions docs/tutorials/upgrade/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/tutorials/using-plugins/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions index.html

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 49258af

Please sign in to comment.