mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 09:31:53 +03:00
Refactoring: Makes transformations to work with new execute signature
This commit is contained in:
@@ -70,11 +70,6 @@ namespace actions {
|
||||
namespace transformations {
|
||||
|
||||
|
||||
std::string Transformation::execute(const std::string &value,
|
||||
Transaction *transaction) {
|
||||
return value;
|
||||
}
|
||||
|
||||
Transformation* Transformation::instantiate(std::string a) {
|
||||
IF_MATCH(base64DecodeExt) { return new Base64DecodeExt(a); }
|
||||
IF_MATCH(base64Decode) { return new Base64Decode(a); }
|
||||
|
||||
Reference in New Issue
Block a user