Commit 39de9cb
authored
3 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
- CHANGELOG.md+82
- UPGRADING.md+3
- cmake/objects.cmake+3
- schema/actions.json+5-1
- schema/events.json+6-24
- schema/result.json+21-13
- src/builder/checksum_builder.cpp+29
- src/builder/checksum_builder.hpp+19
- src/builder/processor_builder.cpp+39-7
- src/builder/processor_builder.hpp+8-2
- src/checksum/base.hpp+27
- src/checksum/luhn_checksum.cpp+41
- src/checksum/luhn_checksum.hpp+29
- src/configuration/actions_parser.cpp+45-13
- src/configuration/common/configuration.hpp+8-2
- src/configuration/common/expression_parser.cpp+5-3
- src/configuration/common/matcher_parser.cpp+23-3
- src/configuration/common/matcher_parser.hpp+3-1
- src/configuration/processor_override_parser.cpp+13-4
- src/configuration/processor_parser.cpp+1-1
- src/matcher/phrase_match.cpp+1-1
- src/matcher/regex_match.cpp+4-8
- src/matcher/regex_match.hpp-2
- src/matcher/regex_match_with_checksum.cpp+62
- src/matcher/regex_match_with_checksum.hpp+47
- src/serializer.cpp+41-13
- src/transformer/manager.hpp-1
- tests/common/gtest_utils.cpp+37-2
- tests/common/gtest_utils.hpp+1
- tests/integration/actions/test.cpp+338-7
- tests/integration/context/test.cpp+5
- tests/integration/exclusion/rule_filter/test.cpp+12-6
- tests/integration/interface/waf/test.cpp+52-49
- tests/integration/matchers/regex_match/test.cpp+1
- tests/integration/matchers/regex_match_with_checksum/test.cpp+190
- tests/integration/processors/overrides/ruleset/scanners.json+24
- tests/integration/processors/overrides/test.cpp+535-10
- tests/integration/rules/custom_rules/test.cpp+42-28
- tests/unit/checksum/luhn_checksum_test.cpp+52
- tests/unit/configuration/action_parser_test.cpp+315
- tests/unit/configuration/processor_override_parser_test.cpp+217-9
- tests/unit/matcher/exact_match_test.cpp
- tests/unit/matcher/phrase_match_test.cpp+26
- tests/unit/matcher/regex_match_test.cpp+6
- tests/unit/matcher/regex_match_with_checksum_test.cpp+110
- tests/unit/serializer_test.cpp+15-12
- validator/tests/exclusions/rule_filter/conditional/010_rule_no_exclusions.yaml+2-1
- validator/tests/rules/actions/001_rule1_match_with_actions.yaml+2-1
- version+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| 282 | + | |
| 283 | + | |
282 | 284 | | |
283 | 285 | | |
284 | 286 | | |
| |||
0 commit comments