You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2022/07/06 18:01:03 UTC

[trafficserver] branch 9.2.x updated: Update location for core rule set in modsecurity example (#8924)

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.2.x by this push:
     new 87fa77ad6 Update location for core rule set in modsecurity example (#8924)
87fa77ad6 is described below

commit 87fa77ad6f5ae1c2f2827f150df61a245d295d9b
Author: Kit Chan <ki...@apache.org>
AuthorDate: Fri Jun 24 11:32:17 2022 -0700

    Update location for core rule set in modsecurity example (#8924)
    
    * Update location for core rule set
    
    * fix typo
    
    (cherry picked from commit de6d02b4b27f64437646b106bdcf70712b78dfbc)
---
 example/plugins/lua-api/modsecurity/README.md  | 4 ++--
 example/plugins/lua-api/modsecurity/owasp.conf | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/example/plugins/lua-api/modsecurity/README.md b/example/plugins/lua-api/modsecurity/README.md
index 2d8eb3ee4..7cc9b2afb 100644
--- a/example/plugins/lua-api/modsecurity/README.md
+++ b/example/plugins/lua-api/modsecurity/README.md
@@ -1,7 +1,7 @@
 Integrating ATS with ModSecurity V3 using LuaJIT and FFI
 ====
 
-Opensource WAF for [Apache Traffic Server](http://trafficserver.apache.org/).
+Open source WAF for [Apache Traffic Server](http://trafficserver.apache.org/).
 
 Requirement
 ====
@@ -30,7 +30,7 @@ Contents/Rules inside example.conf
 
 Working with CRS
 ====
- - Go to [here](https://github.com/SpiderLabs/owasp-modsecurity-crs) and get release v3.2.0
+ - Go [here](https://github.com/coreruleset/coreruleset) and download release v3.3.2
  - Uncompress the contents and copy `crs-setup.conf.example` to `/usr/local/var/modsecurity` and rename it to `crs-setup.conf`
  - Copy all files in `rules` directory to `/usr/local/var/modsecurity/rules`
  - Copy `owasp.conf` in this repository to `/usr/local/var/modsecurity`
diff --git a/example/plugins/lua-api/modsecurity/owasp.conf b/example/plugins/lua-api/modsecurity/owasp.conf
index 3162939ef..98d74ac5f 100644
--- a/example/plugins/lua-api/modsecurity/owasp.conf
+++ b/example/plugins/lua-api/modsecurity/owasp.conf
@@ -51,6 +51,7 @@ SecRuleRemoveById 951230
 SecRuleRemoveById 951240
 SecRuleRemoveById 951250
 SecRuleRemoveById 951260
+SecRuleRemoveById 952100
 SecRuleRemoveById 952110
 SecRuleRemoveById 953100
 SecRuleRemoveById 953110