mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Refactoring: Renames RuleBase to Rule
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
namespace modsecurity {
|
||||
|
||||
|
||||
bool RulesSetPhases::insert(std::shared_ptr<RuleBase> rule) {
|
||||
bool RulesSetPhases::insert(std::shared_ptr<Rule> rule) {
|
||||
if (rule->getPhase() >= modsecurity::Phases::NUMBER_OF_PHASES) {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user