Commit Graph

969 Commits

Author SHA1 Message Date
root
7dd54ad0ec modify fqdn_plugin table 2024-08-13 07:29:41 +00:00
root
71871622dd Merge remote-tracking branch 'origin/simplify_item_schema' into simplify_item_schema 2024-08-13 03:40:24 +00:00
root
a6c3e26577 modify interval table and fix some test case 2024-08-13 03:35:50 +00:00
root
a786103b94 modify ip_table and ip_plugin_table 2024-08-09 01:52:13 +00:00
root
906b8c92aa use fieldstat4_easy auto output instead of manually write file v4.1.42 2024-08-08 08:25:51 +00:00
root
637a2d9fca modify ip_table and ip_plugin_table 2024-08-08 03:32:09 +00:00
root
d114221ebe TSG-22082: support set split log file by size 2024-08-07 08:47:15 +00:00
liuchang
2fd93a1648 fix mem leak v4.1.41 2024-07-16 08:03:19 +00:00
liuchang
5cdc599568 remove centos7 process for CI 2024-07-16 06:38:39 +00:00
liuchang
e604a066ab add modified_time column for compile table while loading json file 2024-07-12 01:52:32 +00:00
Zheng Chao
2d77b9c88d When removing group from a clause, and the clause is empty, the clause id should be cleared. v4.1.39 2024-07-01 14:48:29 +08:00
liuchang
e5f45366c0 add test case to reproduce one policy change caluse id and scan both before and after change with the same maat_state 2024-07-01 06:32:06 +00:00
liuchang
5d30c1009c change invoke strtok() to strtok_r() v4.1.38 2024-05-23 06:50:10 +00:00
root
3b5009ce9e TSG-21089: 不修改runtime的引擎配置,保证增量更新时的引擎切换判断正确 v4.1.37 2024-05-08 03:43:55 +00:00
liuchang
d8d7f38efc add dup key don't output fatal log v4.1.36 2024-04-24 08:16:57 +00:00
liuchang
56238be701 TSG-20076: 存储转义之前的字符串,避免增量更新时对已转义的规则再次转义 2024-04-23 10:15:33 +00:00
root
5c93f40900 TSG-20724: use maat instance name as maat stat name 2024-04-23 03:34:22 +00:00
liuwentan
580d6faa0f [BUGFIX]Clean up hit groups promptly during scanning v4.1.35 2024-04-11 16:16:04 +08:00
liuwentan
1b97f76bf5 [BUGFIX]maat_scan_group support virtual table statistics 2024-04-09 09:57:11 +08:00
liuwentan
7e25f48fdd [PATCH]delete useless code v4.1.34 2024-04-03 16:47:30 +08:00
liuwentan
cbabcbd6b0 [PATCH]support virtual table statistics 2024-04-02 16:17:31 +08:00
liuwentan
d44ae2af2b [PATCH]add compile_runtime docs 2024-04-01 13:23:54 +08:00
liuwentan
93da4afe02 [Doc] maatframe markdown documents 2024-03-29 08:37:40 +00:00
liuwentan
3e1acddf61 [BUGFIX]fix maat_stat output invalid table_name v4.1.33 2024-03-28 14:17:22 +08:00
郑超
99f98abbcd Feature/scan ip port together support endpoint object v4.1.32 2024-03-27 11:19:39 +00:00
liuwentan
35d60d06b5 [BUGFIX]solve Rocky8-debug illegal instruction v4.1.31 2024-03-22 14:29:34 +08:00
liuwentan
dd5d65ec80 [PATCH]update colm & ragel version 2024-03-20 10:08:39 +08:00
liuwentan
d2422fe7e1 [FEATURE]fieldstat3 -> fieldstat4 2024-03-15 18:17:36 +08:00
liuwentan
b1c629811d [FEATURE]ip_plugin support CIDR addr_format 2024-03-15 14:50:50 +08:00
liuwentan
d3427c62f9 [PATCH]maat_redis_tool add -k to execute keys * transaction 2024-03-14 16:46:09 +08:00
liuwentan
7de0db5ebc [PATCH]add log handle for maat_wrap_redis_command v4.1.30 2024-02-22 17:51:23 +08:00
liuwentan
26d642bdcf [PATCH]delete useless cumulative logic 2024-02-21 19:02:13 +08:00
liuwentan
7e159477ac [PATCH]maat_scan_ip remove port & protocol parameter v4.1.29 2024-01-31 18:44:27 +08:00
liuwentan
18843fafa7 [BUGFIX]fix xx_plugin double free v4.1.28 2024-01-31 16:41:31 +08:00
liuwentan
42bd2f35ea [PATCH]validate log_handle in maat_new 2024-01-03 16:49:53 +08:00
liuwentan
3f95cb2d48 [PATCH]update maat_scan_group & maat_state_get_last_hit_groups API v4.1.27 2024-01-02 20:23:09 +08:00
liuwentan
f04043905c [PATCH]unit_test item_id starting from 1 instead of 0 2023-12-29 16:18:02 +08:00
liuwentan
6d5fea298a [PATCH]add expr_matcher hit pattern statistics v4.1.26 2023-12-27 12:04:15 +08:00
liuwentan
102c8ac0f8 [BUGFIX] rulescan stream input data_len maximum:(1500 -> 65535) => TSG-18030 v4.1.25 2023-12-26 12:35:09 +00:00
liuwentan
5f703bb4f4 [PATCH]rename group2group column name 2023-12-26 18:31:25 +08:00
liuwentan
3d0d410ac7 [PATCH] merge super_group's include and exclude sub_groups into one line v4.1.24 2023-12-26 15:35:22 +08:00
liuwentan
cc1e1d2f7f [BUGFIX]group2group support sub_group_id array => TSG-18025 v4.1.23 2023-12-21 02:13:39 +00:00
liuwentan
580a594806 [PATCH] Add bloom filter to optimize expr_matcher performance 2023-12-20 06:16:23 +00:00
liuwentan
e65239abe7 [PATCH]libmaat4 -> libmaatframe v4.1.22 2023-12-19 14:43:41 +08:00
liuwentan
b7d6eb16a1 [FEATURE]add maat_get_table_schema_tag API => TSG-17872 v4.1.21 2023-12-18 08:43:54 +00:00
liuwentan
df7505fa7f [PATCH]add maat_state_get_last_hit_group_id_cnt API v4.1.20 2023-12-13 18:15:28 +08:00
liuwentan
b95135101f [PATCH]add NOT_clause hit path unit_test 2023-12-12 11:04:30 +08:00
liuwentan
cca4406fad [PATCH]bugfix for get invalid hit compile's table id v4.1.19 2023-12-11 19:25:33 +08:00
刘文坛
1734dc6bb9 [FEATURE]Hit path clause index => TSG-17833 v4.1.18 2023-12-11 06:10:18 +00:00
刘文坛
972d3a1219 [FEATURE]add maat_state_get_last_hit_group_ids API => TSG-17831 2023-12-07 08:08:25 +00:00