mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 18:30:35 +03:00
Introduces ActionWithExecution
This commit is contained in:
@@ -32,7 +32,7 @@ namespace modsecurity {
|
||||
namespace actions {
|
||||
|
||||
|
||||
bool SetENV::execute(Transaction *t) noexcept {
|
||||
bool SetENV::execute(Transaction *t) const noexcept {
|
||||
std::string colNameExpanded(getEvaluatedRunTimeString(t));
|
||||
|
||||
ms_dbg_a(t, 8, "Setting envoriment variable: "
|
||||
|
||||
Reference in New Issue
Block a user