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

33 lines
946 B
JSON
Raw Normal View History

2023-05-04 17:10:19 +08:00
{
2024-08-22 03:11:15 +00:00
"rule_table": "RULE_DEFAULT",
2024-08-22 10:26:59 +00:00
"object_table": "OBJECT",
2023-05-04 17:10:19 +08:00
"rules": [
{
2024-08-22 03:11:15 +00:00
"rule_id": 1,
2023-05-04 17:10:19 +08:00
"service": 1,
"action": 1,
"do_blacklist": 1,
"do_log": 1,
"user_region": "anything",
"is_valid": "yes",
2024-08-22 10:26:59 +00:00
"objects": [
2023-05-04 17:10:19 +08:00
{
2024-08-22 10:26:59 +00:00
"object_name": "Untitled",
2023-05-04 17:10:19 +08:00
"regions": [
{
"table_name": "HTTP_URL",
"table_type": "expr",
"table_content": {
"keywords": "hello&world",
"expr_type": "none",
"match_method": "sub",
"format": "uncase plain"
}
}
]
}
]
}
]
}