mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 01:22:18 +03:00
Moves default actions to be part of the rules
This commit is contained in:
13
CHANGES
13
CHANGES
@@ -1,6 +1,17 @@
|
||||
v3.x.y - YYYY-MMM-DD (to be released)
|
||||
-------------------------------------
|
||||
-------------------------------------
|
||||
|
||||
- Using std::shared_ptr instead of generates its own references counters
|
||||
for Rules and related.
|
||||
[@zimmerle]
|
||||
- Better handle shared_pointers on messages aiming for better performance.
|
||||
[@zimmerle]
|
||||
- Better handle memory usage on transformations aiming for better
|
||||
performance.
|
||||
[@zimmerle]
|
||||
- Coding refactoring on the Rule class. The Rule class is now refactored
|
||||
into RuleWithOperator, RuleWithActions, and RuleUnconditional.
|
||||
[@zimmerle]
|
||||
- GeoIP: switch to GEOIP_MEMORY_CACHE from GEOIP_INDEX_CACHE
|
||||
[Issues #2378, #2186 - @defanator]
|
||||
- rx: exit after full match (remove /g emulation); ensure capture
|
||||
|
||||
Reference in New Issue
Block a user