summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2024-11-05merge the duplicated code between HS and RS in test case, using TEST_P of gtestroot
2024-10-28store history pattern ids at expr_matcher after hs/rs stream scan, instead ↵root
of storing them during hs/rs scan
2024-10-25fix memory leak in test casev5.0.0root
2024-10-25remove useless test caseroot
2024-10-24rename o2o and object2object to object_grouproot
2024-10-24fix MaatCmd testcaseroot
2024-10-17ipport plugin table support CIDRroot
2024-10-16fix foreign key rewrite failroot
2024-10-14fix memory leakroot
2024-10-121.support and_conditions and or_conditions in ruleroot
2.all test case success except MaatCmd.* in maat_framework_gtest
2024-10-11fix some test caseroot
2024-10-10fix test case using rule from json fileroot
2024-10-08use attribute_name instead of attribute_id to map condition_idroot
2024-09-27fix maat_redis_tool, fix some mem leaks, use (uuid_t *) type as para of ↵root
function to avoid some problems
2024-09-26add temp coderoot
2024-09-25commit temp table_inforoot
2024-09-20change type of rule_id, object_id, item_id from (long long) to (uuid_t)root
just compile libmaatframe.so, without modifing about test case
2024-09-14run first test case successroot
2024-09-12add basic code without test case, just compile successroot
2024-08-301.rename rule_state to rule_compile_stateroot
2.recover regex_expr.json to make expr_matcher_gtest pass
2024-08-22rename terminology "group" to "object"root
2024-08-22rename terminology "not flag" to "negate option"root
2024-08-22rename terminology "clause" to "condition"root
2024-08-22rename terminology "virtual table(vtable)" to "attribute"root
2024-08-22rename terminology "compile" to "rule"root
2024-08-21rename maat_rule.c to maat_core.croot
rename maat_rule.h to maat_core.h
2024-08-21remove escape of \broot
2024-08-19modify expr table and fix corresponding test caseroot
2024-08-13modify fqdn_plugin tableroot
2024-08-13modify interval table and fix some test caseroot
2024-08-09modify ip_table and ip_plugin_tableroot
2024-07-01When removing group from a clause, and the clause is empty, the clause id ↵v4.1.39Zheng Chao
should be cleared.
2024-07-01add test case to reproduce one policy change caluse id and scan both before ↵liuchang
and after change with the same maat_state
2024-04-23TSG-20076: ↵liuchang
存储转义之前的字符串,避免增量更新时对已转义的规则再次转义
2024-04-11[BUGFIX]Clean up hit groups promptly during scanningv4.1.35liuwentan
2024-04-09[BUGFIX]maat_scan_group support virtual table statisticsliuwentan
2024-04-03[PATCH]delete useless codev4.1.34liuwentan
2024-03-29[Doc] maatframe markdown documentsliuwentan
2024-03-27Feature/scan ip port together support endpoint objectv4.1.32郑超
2024-03-20[PATCH]update colm & ragel versionliuwentan
2024-03-15[FEATURE]fieldstat3 -> fieldstat4liuwentan
2024-03-15[FEATURE]ip_plugin support CIDR addr_formatliuwentan
2024-02-22[PATCH]add log handle for maat_wrap_redis_commandv4.1.30liuwentan
2024-01-31[PATCH]maat_scan_ip remove port & protocol parameterv4.1.29liuwentan
2024-01-02[PATCH]update maat_scan_group & maat_state_get_last_hit_groups APIv4.1.27liuwentan
2023-12-27[PATCH]add expr_matcher hit pattern statisticsv4.1.26liuwentan
2023-12-26[PATCH]rename group2group column nameliuwentan
2023-12-26[PATCH] merge super_group's include and exclude sub_groups into one linev4.1.24liuwentan
2023-12-18[FEATURE]add maat_get_table_schema_tag API => TSG-17872v4.1.21liuwentan
2023-12-13[PATCH]add maat_state_get_last_hit_group_id_cnt APIv4.1.20liuwentan