From 400eb327f50cc60d897b4f457ae5f6c4bd28d1ff Mon Sep 17 00:00:00 2001 From: Matteo Pace Date: Mon, 11 Mar 2024 16:59:11 +0100 Subject: [PATCH] check changes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3eb26d..e871058 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,5 @@ func main() { 1. Update the `crsVersion` and `corazaVersion` constants in [`version.go`](/version.go) with the wished [CRS](https://github.com/coreruleset/coreruleset) and [Coraza](https://github.com/corazawaf/coraza) commit SHA or tags. 2. Run `go run mage.go downloadDeps`. +3. Double check the changes made under the `/rules` and `/tests` directories. 3. Commit your changes.