Commit Graph

935 Commits

Author SHA1 Message Date
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
liuwentan
59ee9364c9 [FEATURE]maat support dynamic reload log_level v4.1.17 2023-12-05 16:31:18 +08:00
刘文坛
f48afd54f6 [PATCH]bugfix for compile config v4.1.16 2023-12-04 11:19:44 +00:00
liuwentan
c6346a73b0 [PATCH]optimize compile_state_update performance v4.1.15 2023-12-04 16:11:42 +08:00
liuwentan
edf3f31deb [PATCH]get_super_group_ids log_fatal -> log_error v4.1.14 2023-12-01 17:43:41 +08:00
liuwentan
2f50548d96 [PATCH]adjust table_info for compile/group2compile table v4.1.13 2023-11-29 16:56:33 +08:00
liuwentan
4390358132 [PATCH]optimize plugin table debug log 2023-11-29 10:56:43 +08:00
liuwentan
827b025e0b [PATCH]delete maat_state_set_scan_district log v4.1.12 2023-11-28 11:55:17 +08:00
刘文坛
2773be9b95 [FEATURE] one clause support multi literal{vtable_id, group_id_array} v4.1.11 2023-11-28 02:16:07 +00:00
liuwentan
7568d4e2b9 [PATCH]bugfix for switch expr engine v4.1.10 2023-11-24 15:36:27 +08:00
liuwentan
179c983b12 [FEATURE]support switch expr engine automatically 2023-11-24 11:05:52 +08:00
liuwentan
a0cd830eaa [FEATURE]user-defined expr table scanning engine 2023-11-20 18:50:11 +08:00
刘文坛
91937cdbfb [FEATURE]support maat_scan_not_logic & maat_scan_group v4.1.9 2023-11-10 08:26:48 +00:00
liuwentan
98d4fb34ed [PATCH]delete redis monitor dead code 2023-11-09 16:00:33 +08:00
liuwentan
7aa9329c3f [PATCH]add E21 FQDN 2023-11-07 18:30:04 +08:00
liuwentan
9fb65d6c46 [PATCH]add debug log for config update v4.1.7 2023-11-02 16:31:34 +08:00
liuwentan
426413ce67 [optimize]shrink repository size 2023-11-01 21:32:11 +08:00
liuwentan
d30d3b550a delete dead code 2023-11-01 10:24:18 +08:00
刘文坛
5e907a171f [FEATURE]Compile table must register plugin table to get compile ex_data 2023-10-30 08:00:49 +00:00
liuwentan
732c709ac6 [PATCH]variable naming optimization 2023-10-27 18:40:08 +08:00
liuwentan
9b5a07ecc6 [PATCH]fix potential memory leaks 2023-10-27 17:31:35 +08:00
liuwentan
9f7c82e6b0 [PATCH]support \r\n escape 2023-10-25 15:36:05 +08:00
liuwentan
edab9520bd [PATCH]patch for physical NOT clause 2023-10-24 21:19:33 +08:00
刘文坛
d24d6c1a5f [FEATURE]support physical NOT clause => TSG-17286 2023-10-24 08:21:41 +00:00
liuwentan
bf05309f2a [UNIT_TEST]add some corner case for NOT logic 2023-10-20 14:25:03 +08:00
刘文坛
613b5b3dcf [FEATURE]Refactor NOT clause, NOTE:forward incompatibility!!! 2023-10-18 03:32:53 +00:00
liuwentan
48af7e7aac [FEATURE]support xx_plugin statistics(new API maat_register_thread) 2023-10-13 17:55:51 +08:00
liuwentan
93bfab81e8 [UNIT_TEST]add unit_test for ipport plugin 2023-10-13 14:50:10 +08:00
刘文坛
e49427974f [BUGFIX]fix illegal clause index v4.0.47 2023-10-11 06:53:03 +00:00
刘文坛
461d43c6b7 [OPTIMIZE]replace ipport plugin engine(ip_matcher -> ipport_matcher) v4.0.46 2023-10-10 11:23:44 +00:00
liuwentan
1d106cd4c2 [BUGFIX]fix ipport plugin get_ex_data array out of bounds v4.0.45 2023-10-09 16:16:15 +08:00
liuwentan
f09aa3e1fe [BUGFIX]fix xx_plugin user_tag lifecycle 2023-10-09 15:15:05 +08:00
liuwentan
01c290e509 [BUGFIX]fix null pointer 2023-10-08 15:45:43 +08:00
刘文坛
7cf9a79d64 [PATCH] Ipport plugin unit_test & statistics v4.0.44 2023-10-07 09:48:26 +00:00
刘文坛
00b2d2815d [FEATURE]support Ipport plugin table => TSG-17217 v4.0.43 2023-09-27 07:15:29 +00:00