mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-03 13:04:37 +03:00
Makes RULE collection to be resolved inside a macro expansion
This commit is contained in:
@@ -33,6 +33,8 @@ class MacroExpansion {
|
||||
|
||||
static std::string expand(const std::string& input,
|
||||
Transaction *transaction);
|
||||
static std::string expand(const std::string& input,
|
||||
modsecurity::Rule *r, Transaction *transaction);
|
||||
static std::string expandKeepOriginal(const std::string& input,
|
||||
Transaction *transaction);
|
||||
};
|
||||
|
Reference in New Issue
Block a user