We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b87f0f commit 394f3b7Copy full SHA for 394f3b7
1 file changed
.github/workflows/test-ci-windows.yml
@@ -222,11 +222,11 @@ jobs:
222
}
223
224
225
- - name: Install OWASP Core Rules
+ - name: Install OWASP CRS
226
shell: pwsh
227
run: |
228
- $crsVersion = "v4.18.0"
229
- $crsUrl = "https://github.com/coreruleset/coreruleset/archive/refs/tags/$crsVersion.tar.gz"
+ $crsVersion = "4.23.0"
+ $crsUrl = "https://github.com/coreruleset/coreruleset/releases/download/v$crsVersion/coreruleset-$crsVersion-minimal.tar.gz
230
$crsDir = "C:\Program Files\ModSecurity IIS\coreruleset"
231
$modSecurityConfigDir = "C:\Program Files\ModSecurity IIS"
232
0 commit comments