mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 10:20:35 +03:00
Refactoring: rename evaluate to execute on actions
This commit is contained in:
@@ -31,7 +31,8 @@ namespace transformations {
|
||||
class Sha1 : public Transformation {
|
||||
public:
|
||||
explicit Sha1(const std::string &action) ;
|
||||
std::string evaluate(const std::string &exp,
|
||||
|
||||
std::string execute(const std::string &exp,
|
||||
Transaction *transaction) override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user