From c0078f5fa50026bc97d071209f9e5e001c99167e Mon Sep 17 00:00:00 2001 From: Martin Vierula Date: Thu, 15 Dec 2022 08:35:09 -0800 Subject: [PATCH] Fix minor typo --- Reference-Manual-(v2.x)-Configuration-Directives.mediawiki | 2 +- Reference-Manual-(v2.x).mediawiki | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Reference-Manual-(v2.x)-Configuration-Directives.mediawiki b/Reference-Manual-(v2.x)-Configuration-Directives.mediawiki index d4ec841..e983814 100644 --- a/Reference-Manual-(v2.x)-Configuration-Directives.mediawiki +++ b/Reference-Manual-(v2.x)-Configuration-Directives.mediawiki @@ -43,7 +43,7 @@ This directive is needed if a backend web application is using a nonstandard arg '''Default:''' 1000 -Exceeding the limit will set the REQBODY_ERROR variable, and additional arguments beyond the limit will not be included. With JSON body processing, there is an additional short-circuit to halt parsing once the limit is breached. As with the enforcement of other issues that signal REQBODY_ERROR, a rule should be in place to test this value, like rule 200002 in modsecurit.conf-recommended. +Exceeding the limit will set the REQBODY_ERROR variable, and additional arguments beyond the limit will not be included. With JSON body processing, there is an additional short-circuit to halt parsing once the limit is breached. As with the enforcement of other issues that signal REQBODY_ERROR, a rule should be in place to test this value, like rule 200002 in modsecurity.conf-recommended. == SecAuditEngine == '''Description:''' Configures the audit logging engine. diff --git a/Reference-Manual-(v2.x).mediawiki b/Reference-Manual-(v2.x).mediawiki index bd24808..879c541 100644 --- a/Reference-Manual-(v2.x).mediawiki +++ b/Reference-Manual-(v2.x).mediawiki @@ -274,7 +274,7 @@ This directive is needed if a backend web application is using a nonstandard arg '''Default:''' 1000 -Exceeding the limit will set the REQBODY_ERROR variable, and additional arguments beyond the limit will not be included. With JSON body processing, there is an additional short-circuit to halt parsing once the limit is breached. As with the enforcement of other issues that signal REQBODY_ERROR, a rule should be in place to test this value, like rule 200002 in modsecurit.conf-recommended. +Exceeding the limit will set the REQBODY_ERROR variable, and additional arguments beyond the limit will not be included. With JSON body processing, there is an additional short-circuit to halt parsing once the limit is breached. As with the enforcement of other issues that signal REQBODY_ERROR, a rule should be in place to test this value, like rule 200002 in modsecurity.conf-recommended. == SecAuditEngine == '''Description:''' Configures the audit logging engine.