Fix modsecurity-regression-test-secremoterules.txt URL in example

This commit is contained in:
Hiroaki Nakamura
2024-10-24 11:52:59 +09:00
parent 5bec188146
commit 42a401892b
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@
},
"rules":[
"SecRuleEngine On",
"SecRemoteRules key https://gist.githubusercontent.com/martinhsv/20705a36b7cfa8ff6d0dee0d4efce7e7/raw/faa96c7838b1fe972c1f0881efacbb440f9a4a5e/modsecurity-regression-rules.txt",
"SecRemoteRules key https://raw.githubusercontent.com/owasp-modsecurity/ModSecurity/refs/heads/v3/master/test/modsecurity-regression-rules.txt",
"SecRule ARGS \"@contains somethingelse\" \"id:9,pass,t:trim\""
]
},