summaryrefslogtreecommitdiff
path: root/test/json_update/corrupted.json
blob: dedd09739c1044507a5ca327b05a42843b80ea67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
    "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"
                                    }
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ]
}