Commit Graph

101 Commits

Author SHA1 Message Date
liuchang
9979fc00f5 add a parameter "table_name" for maat_state_get_hit_paths 2024-11-28 08:53:31 +00:00
liuchang
2ef61c51f9 1.maat_state_compile add para "exdata_array"
2.maat_plugin_table_ex_schema_register support rule table
2024-11-27 08:18:17 +00:00
liuchang
a18157cd41 rename attribute to field 2024-11-26 06:55:29 +00:00
liuchang
6990542158 add api maat_state_need_compile 2024-11-25 01:53:48 +00:00
liuchang
e50b1079f7 complete new api and test case 2024-11-22 07:53:29 +00:00
liuchang
89c8cad6c9 add incomplete code 2024-11-19 09:57:24 +00:00
liuchang
216ac5f77b add definition of api 2024-11-15 08:37:00 +00:00
root
8f44d0677c add the definition of new API 2024-11-13 09:34:57 +00:00
root
35667246d3 use attribute_name instead of attribute_id to map condition_id 2024-10-08 11:10:03 +00:00
root
3bbbd53f39 fix maat_redis_tool, fix some mem leaks, use (uuid_t *) type as para of function to avoid some problems 2024-09-27 11:38:41 +00:00
root
3315428974 add temp code 2024-09-26 11:14:06 +00:00
root
69d4938005 modify maat.h 2024-09-23 09:24:21 +00:00
root
f6900204f5 modify maat.h api 2024-09-23 08:52:47 +00:00
root
fc99675b40 change type of rule_id, object_id, item_id from (long long) to (uuid_t)
just compile libmaatframe.so, without modifing about test case
2024-09-20 11:20:21 +00:00
root
feb1576545 add basic code without test case, just compile success 2024-09-12 09:31:27 +00:00
root
537c75887d 1.rename rule_state to rule_compile_state
2.recover regex_expr.json to make expr_matcher_gtest pass
2024-08-30 08:28:58 +00:00
root
54a70f19d9 rename terminology "group" to "object" 2024-08-22 10:26:59 +00:00
root
72cf89723d rename terminology "not flag" to "negate option" 2024-08-22 08:28:33 +00:00
root
e538f5bb52 rename terminology "clause" to "condition" 2024-08-22 07:35:53 +00:00
root
f660e6b2ac rename terminology "virtual table(vtable)" to "attribute" 2024-08-22 06:42:37 +00:00
root
678ddd718a rename terminology "compile" to "rule" 2024-08-22 03:11:15 +00:00
root
d114221ebe TSG-22082: support set split log file by size 2024-08-07 08:47:15 +00:00
liuwentan
93da4afe02 [Doc] maatframe markdown documents 2024-03-29 08:37:40 +00:00
郑超
99f98abbcd Feature/scan ip port together support endpoint object 2024-03-27 11:19:39 +00:00
liuwentan
7e159477ac [PATCH]maat_scan_ip remove port & protocol parameter 2024-01-31 18:44:27 +08:00
liuwentan
3f95cb2d48 [PATCH]update maat_scan_group & maat_state_get_last_hit_groups API 2024-01-02 20:23:09 +08:00
liuwentan
b7d6eb16a1 [FEATURE]add maat_get_table_schema_tag API => TSG-17872 2023-12-18 08:43:54 +00:00
liuwentan
df7505fa7f [PATCH]add maat_state_get_last_hit_group_id_cnt API 2023-12-13 18:15:28 +08:00
刘文坛
1734dc6bb9 [FEATURE]Hit path clause index => TSG-17833 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 2023-12-05 16:31:18 +08:00
liuwentan
7568d4e2b9 [PATCH]bugfix for switch expr engine 2023-11-24 15:36:27 +08:00
liuwentan
179c983b12 [FEATURE]support switch expr engine automatically 2023-11-24 11:05:52 +08:00
刘文坛
91937cdbfb [FEATURE]support maat_scan_not_logic & maat_scan_group 2023-11-10 08:26:48 +00: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
刘文坛
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
刘文坛
461d43c6b7 [OPTIMIZE]replace ipport plugin engine(ip_matcher -> ipport_matcher) 2023-10-10 11:23:44 +00:00
刘文坛
00b2d2815d [FEATURE]support Ipport plugin table => TSG-17217 2023-09-27 07:15:29 +00:00
liuwentan
d55ca3595a [FEATURE]add hit_path&hit_group enable API 2023-09-22 14:59:44 +08:00
liuwentan
2e1a14eca3 [PATCH]add get direct/indirect hit groups API 2023-09-11 12:00:33 +08:00
liuwentan
c237d7dbaf [OPTIMIZE]get_hit_groups don't return superior group id & hit_groups may be duplicated 2023-09-08 14:52:46 +08:00
liuwentan
ca2e4d6cd2 [FEATURE]support enable/disable compile_NOT 2023-08-21 17:31:56 +08:00
liuwentan
42f4480271 [FEATURE]expr_matcher support dual engine(hyperscan & rulescan) & benchmark 2023-08-10 16:10:50 +08:00
liuwentan
fb0cb5405d rollback to v4.0.31 2023-08-09 19:22:09 +08:00
刘文坛
d29eef0423 [FEATURE]Compile table must register plugin table to get compile ex_data & maat_state_get_compile_table_ids API 2023-08-07 04:26:13 +00:00
刘文坛
bcbb796a7d [FEATURE]expr_matcher support dual engine(hyperscan & rulescan) 2023-07-28 12:32:25 +00:00
刘文坛
c1d413e992 [PATCH]support get hit item_id 2023-07-28 11:17:35 +00:00
liuwentan
6911420ebf [PATCH]add get_hit_groups inc/full API 2023-07-11 11:30:57 +08:00