summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-14patch performance optimization from maat4HEADdevelop-version5root
change some utarray to thread local variable, to reduce the frequency of calloc and free
2024-11-11🐎 ci(add aarch64 jobs): aarch64 + el9v5.0.3yangwei
2024-11-11🔧 build(rulescan cxx flags): ignore narrowing for el9yangwei
2024-11-11🔧 build(fix el9 compile warning): upgrade hyperscan & rulescanyangwei
2024-11-05merge the duplicated code between HS and RS in test case, using TEST_P of gtestroot
2024-10-29fix coredump when rule is invalidv5.0.2root
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-28add some detail info for logroot
2024-10-25change library version according to tag versionv5.0.1root
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-18fix mem leak for ipport_pluginroot
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-23modify maat.hroot
2024-09-23modify maat.h apiroot
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 unescape process of districtroot
2024-08-21remove escape of \broot
2024-08-19modify expr table and fix corresponding test caseroot
2024-08-13modify fqdn_plugin tableroot
2024-08-13Merge remote-tracking branch 'origin/simplify_item_schema' into ↵root
simplify_item_schema
2024-08-13modify interval table and fix some test caseroot
2024-08-09modify ip_table and ip_plugin_tableroot
2024-08-08use fieldstat4_easy auto output instead of manually write filev4.1.42develop-version4root
2024-08-08modify ip_table and ip_plugin_tableroot
2024-08-07TSG-22082: support set split log file by sizeroot
2024-07-16fix mem leakv4.1.41liuchang
2024-07-16remove centos7 process for CIliuchang
2024-07-12add modified_time column for compile table while loading json fileliuchang
2024-07-01When removing group from a clause, and the clause is empty, the clause id ↵v4.1.39Zheng Chao
should be cleared.