Felipe Zimmerle
|
1f80055f63
|
Constify Transaction on variable resolution
|
2020-12-22 22:14:45 -03:00 |
|
Felipe Zimmerle
|
0f1d3bfc3e
|
Use 'equal_range' instead of full scan for rule exceptions
The original author was @WGH-, this change was proposed at #2370
|
2020-12-22 22:14:42 -03:00 |
|
Felipe Zimmerle
|
28c3cb3176
|
Makes RuleWithActions const in run time operations
|
2020-12-22 22:14:42 -03:00 |
|
Felipe Zimmerle
|
0a3b658969
|
Introduces ActionWithExecution
|
2020-12-22 22:14:41 -03:00 |
|
Felipe Zimmerle
|
11111b5826
|
Removes method isDisruptive from Action class
|
2020-12-22 22:14:41 -03:00 |
|
Felipe Zimmerle
|
c38051324d
|
Computes auditlog during rules load time
|
2020-12-22 22:14:41 -03:00 |
|
Felipe Zimmerle
|
bf3a1d84ff
|
actions: Removes Rule parameter from runtime execute
Generals organization on the Action class
|
2020-12-22 22:14:38 -03:00 |
|
Felipe Zimmerle
|
eb3e05646d
|
actions: Compute the rule association during rules load
|
2020-12-10 10:10:49 -03:00 |
|
Felipe Zimmerle
|
999af35e22
|
Moves rule* headers to src/
|
2020-12-10 10:10:47 -03:00 |
|
Felipe Zimmerle
|
da618a6b7d
|
Cleanup on Action class
|
2020-12-10 10:10:47 -03:00 |
|
Felipe Zimmerle
|
3dcfc2582e
|
Removes RuleMessage from action execute signature
|
2020-12-10 10:10:47 -03:00 |
|
Felipe Zimmerle
|
68f85628dd
|
Refactoring: Makes transformations to work with new execute signature
|
2020-12-10 10:10:47 -03:00 |
|
Felipe Zimmerle
|
55b68fdebc
|
Refactoring: rename evaluate to execute on actions
|
2020-12-10 10:10:47 -03:00 |
|
Felipe Zimmerle
|
f605359ca5
|
Refactoring in the Rule class to make it more elegant
|
2020-12-10 10:10:47 -03:00 |
|
Felipe Zimmerle
|
2b9ec1a0f1
|
Adds new method for rule merge
IMPORTANT: SecDefaultAction specified on a child configuration will
overwrite the ones specified on the parent; Previously it was
concatenating.
|
2020-12-10 10:10:46 -03:00 |
|
Felipe Zimmerle
|
33def54fa9
|
Moves default actions to be part of the rules
|
2020-12-10 10:10:46 -03:00 |
|
Michael Granzow
|
1b7aa42c77
|
Issue-2423: Meta-actions like 'msg' should be applied at end of chain
|
2020-10-29 10:33:02 -03:00 |
|
Felipe Zimmerle
|
7e0bc26917
|
Using performLogging function
|
2020-03-31 15:20:15 -03:00 |
|
Felipe Zimmerle
|
7a48245aed
|
Creates RuleUnconditional
Makes RuleScript child of RuleWithActions instead of Operator
|
2020-03-31 14:44:19 -03:00 |
|
Felipe Zimmerle
|
f63bd1a45d
|
Moves Rule[WithActions|WithOperator] to their own files
|
2020-03-31 13:33:38 -03:00 |
|