mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Refactoring: Renames RuleBase to Rule
This commit is contained in:
@@ -51,7 +51,7 @@ std::string RunTimeString::evaluate(Transaction *t) {
|
||||
}
|
||||
|
||||
|
||||
std::string RunTimeString::evaluate(Transaction *t, RuleBase *r) {
|
||||
std::string RunTimeString::evaluate(Transaction *t, Rule *r) {
|
||||
std::string s;
|
||||
for (auto &z : m_elements) {
|
||||
if (z->m_string.size() > 0) {
|
||||
|
Reference in New Issue
Block a user