We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed36b13 commit fc68a23Copy full SHA for fc68a23
test/benchmark/download-owasp-v2-rules.sh
@@ -2,7 +2,10 @@
2
#
3
4
5
-git clone https://github.com/SpiderLabs/owasp-modsecurity-crs.git owasp-v2
+git clone https://github.com/coreruleset/coreruleset.git owasp-v2
6
+cd owasp-v2
7
+git checkout 2.2.9 -b tag2.2.9
8
+cd -
9
10
echo 'Include "owasp-v2/base_rules/*.conf"' >> basic_rules.conf
11
echo 'Include "owasp-v2/optional_rules/*.conf"' >> basic_rules.conf
test/benchmark/download-owasp-v3-rules.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
-git clone https://github.com/SpiderLabs/owasp-modsecurity-crs.git owasp-v3
+git clone https://github.com/coreruleset/coreruleset.git owasp-v3
cd owasp-v3
git checkout v3.0.2 -b tag3.0.2
cd -
0 commit comments