mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Adds 'expandKeepOriginal' method to macro expansion class
This commit is contained in:
@@ -32,6 +32,7 @@ class MacroExpansion {
|
||||
MacroExpansion();
|
||||
|
||||
static std::string expand(const std::string& input, Assay *assay);
|
||||
static std::string expandKeepOriginal(const std::string& input, Assay *assay);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user