mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-15 16:07:10 +03:00
Typo.
This commit is contained in:
@@ -107,7 +107,7 @@
|
|||||||
match_log => {
|
match_log => {
|
||||||
error => [ qr/ModSecurity: Warning. Unconditional match in SecAction.*ALLOWED/, 1 ],
|
error => [ qr/ModSecurity: Warning. Unconditional match in SecAction.*ALLOWED/, 1 ],
|
||||||
-error => [ qr/Access allowed/, 1 ],
|
-error => [ qr/Access allowed/, 1 ],
|
||||||
# TODO: Allow should probably rule stop execution
|
# TODO: Allow should probably stop stop execution
|
||||||
# -error => [ qr/DENIED/, 1 ],
|
# -error => [ qr/DENIED/, 1 ],
|
||||||
},
|
},
|
||||||
match_response => {
|
match_response => {
|
||||||
@@ -131,7 +131,7 @@
|
|||||||
match_log => {
|
match_log => {
|
||||||
error => [ qr/ModSecurity: Warning. Unconditional match in SecAction.*ALLOWED/, 1 ],
|
error => [ qr/ModSecurity: Warning. Unconditional match in SecAction.*ALLOWED/, 1 ],
|
||||||
-error => [ qr/Access allowed/, 1 ],
|
-error => [ qr/Access allowed/, 1 ],
|
||||||
# TODO: Allow should probably rule stop execution
|
# TODO: Allow should probably stop rule execution
|
||||||
# -error => [ qr/DENIED/, 1 ],
|
# -error => [ qr/DENIED/, 1 ],
|
||||||
},
|
},
|
||||||
match_response => {
|
match_response => {
|
||||||
@@ -155,7 +155,7 @@
|
|||||||
match_log => {
|
match_log => {
|
||||||
error => [ qr/ModSecurity: Warning. Unconditional match in SecAction.*ALLOWED/, 1 ],
|
error => [ qr/ModSecurity: Warning. Unconditional match in SecAction.*ALLOWED/, 1 ],
|
||||||
-error => [ qr/Access allowed/, 1 ],
|
-error => [ qr/Access allowed/, 1 ],
|
||||||
# TODO: Allow should probably rule stop execution
|
# TODO: Allow should probably stop rule execution
|
||||||
# -error => [ qr/DENIED/, 1 ],
|
# -error => [ qr/DENIED/, 1 ],
|
||||||
},
|
},
|
||||||
match_response => {
|
match_response => {
|
||||||
@@ -179,7 +179,7 @@
|
|||||||
match_log => {
|
match_log => {
|
||||||
error => [ qr/ModSecurity: Warning. Unconditional match in SecAction.*ALLOWED/, 1 ],
|
error => [ qr/ModSecurity: Warning. Unconditional match in SecAction.*ALLOWED/, 1 ],
|
||||||
-error => [ qr/Access allowed/, 1 ],
|
-error => [ qr/Access allowed/, 1 ],
|
||||||
# TODO: Allow should probably rule stop execution
|
# TODO: Allow should probably stop rule execution
|
||||||
# -error => [ qr/DENIED/, 1 ],
|
# -error => [ qr/DENIED/, 1 ],
|
||||||
},
|
},
|
||||||
match_response => {
|
match_response => {
|
||||||
|
|||||||
Reference in New Issue
Block a user