This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-maat/test/json_update/corrupted.json
root 586f1c11b2 1.support and_conditions and or_conditions in rule
2.all test case success except MaatCmd.* in maat_framework_gtest
2024-10-12 07:28:26 +00:00

35 lines
1.1 KiB
JSON

{
"rule_table": "RULE_DEFAULT",
"object_table": "OBJECT",
"rules": [
{
"uuid": "9c5ee166-3af6-fb23-f8f8-8c7062ed3717",
"service": 1,
"action": 1,
"do_blacklist": 1,
"do_log": 1,
"user_region": "anything",
"is_valid": "yes",
"and_conditions": [
{
"object_name": "Untitled",
"attribute_name": "HTTP_URL",
"objects": [
{
"items": [
{
"table_name": "HTTP_URL",
"table_type": "expr",
"table_content": {
"expression": "hello&world",
"expr_type": "and"
}
}
]
}
]
}
]
}
]
}