index
:
mesalab_git/tango/maat.git
dev-23.07
dev-24.02
develop-version3
develop-version4
develop-version5
refactor-separate-scan-and-stat-compile
rename-attribute_name-to-field-v24.12
Repository for tango/maat
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
json2iris.c
Age
Commit message (
Expand
)
Author
2024-09-12
add basic code without test case, just compile success
root
2024-08-22
rename terminology "group" to "object"
root
2024-08-22
rename terminology "not flag" to "negate option"
root
2024-08-22
rename terminology "clause" to "condition"
root
2024-08-22
rename terminology "virtual table(vtable)" to "attribute"
root
2024-08-22
rename terminology "compile" to "rule"
root
2024-08-21
rename maat_rule.c to maat_core.c
root
2024-08-19
modify expr table and fix corresponding test case
root
2024-08-13
modify interval table and fix some test case
root
2024-08-09
modify ip_table and ip_plugin_table
root
2024-07-16
fix mem leak
v4.1.41
liuchang
2024-07-12
add modified_time column for compile table while loading json file
liuchang
2024-04-03
[PATCH]delete useless code
v4.1.34
liuwentan
2024-03-27
Feature/scan ip port together support endpoint object
v4.1.32
郑超
2024-02-22
[PATCH]add log handle for maat_wrap_redis_command
v4.1.30
liuwentan
2024-01-31
[PATCH]maat_scan_ip remove port & protocol parameter
v4.1.29
liuwentan
2023-12-29
[PATCH]unit_test item_id starting from 1 instead of 0
liuwentan
2023-12-26
[PATCH]rename group2group column name
liuwentan
2023-12-26
[PATCH] merge super_group's include and exclude sub_groups into one line
v4.1.24
liuwentan
2023-12-21
[BUGFIX]group2group support sub_group_id array => TSG-18025
v4.1.23
liuwentan
2023-11-29
[PATCH]adjust table_info for compile/group2compile table
v4.1.13
liuwentan
2023-11-28
[FEATURE] one clause support multi literal{vtable_id, group_id_array}
v4.1.11
刘文坛
2023-11-10
[FEATURE]support maat_scan_not_logic & maat_scan_group
v4.1.9
刘文坛
2023-11-09
[PATCH]delete redis monitor dead code
liuwentan
2023-10-30
[FEATURE]Compile table must register plugin table to get compile ex_data
刘文坛
2023-10-27
[PATCH]fix potential memory leaks
liuwentan
2023-08-09
rollback to v4.0.31
liuwentan
2023-08-07
[FEATURE]Compile table must register plugin table to get compile ex_data & ma...
v4.0.34
v4.0.32
刘文坛
2023-08-03
[PATCH]add regex benchmark
刘文坛
2023-07-06
third draft
liuwentan
2023-06-20
[OPTIMIZE]reduce adapter_hs_scan cpu usage
刘文坛
2023-06-09
[OPTIMIZE]delete update_hit_groups to reduce cpu consumption & reduce maat_st...
liuwentan
2023-06-08
[PATCH] maat_plugin_table_get_ex_data add key_len (23.06)
v4.0.23
刘文坛
2023-05-15
[BUGFIX]fix group_exclude miss hit groups
v4.0.17
刘文坛
2023-05-11
[patch]change verify expression retval semantics:1(legal) 0(illegal)
liuwentan
2023-05-06
group_exclude(only one hierarchical group can be referenced)
v4.0.15
liuwentan
2023-05-04
support parse encrypted json config
liuwentan
2023-04-07
maat_new error if read full config failed
liuwentan
2023-04-07
allow maat_json.json has no compile/g2c/g2c table
liuwentan
2023-04-07
fix json2iris bug
liuwentan
2023-04-03
delete set_iris evaluation_order
liuwentan
2023-03-30
fix coredump because of no compile/group2compile/group2group field in maat_js...
liuwentan
2023-03-27
support ip+port+proto scan
liuwentan
2023-03-15
item_uthash -> item_rcu && add foreign cont dir API
liuwentan
2023-03-02
format log
liuwentan
2023-03-01
support flag_plus table
liuwentan
2023-02-21
table_name->table_id and compile table callback
liuwentan
2023-02-20
compile table support conjunction, ip_plugin support cidr
liuwentan
2023-02-15
cpp->c and expr support configurable generation of literal_db or regex_db
liuwentan