1.rename rule_state to rule_compile_state
2.recover regex_expr.json to make expr_matcher_gtest pass
This commit is contained in:
26
test/tsg_table_info.json
Normal file
26
test/tsg_table_info.json
Normal file
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"table_id": 42,
|
||||
"table_name":"TSG_IP_LOCATION_BUILT_IN",
|
||||
"table_type":"ip_plugin",
|
||||
"valid_column":17,
|
||||
"custom": {
|
||||
"item_id":1,
|
||||
"ip":4
|
||||
}
|
||||
},
|
||||
{
|
||||
"table_id": 43,
|
||||
"table_name":"TSG_OBJ_FQDN",
|
||||
"table_type":"expr",
|
||||
"valid_column":7,
|
||||
"custom": {
|
||||
"item_id":1,
|
||||
"object_id":2,
|
||||
"keywords":3,
|
||||
"expr_type":4,
|
||||
"match_method":5,
|
||||
"is_hexbin":6
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user