diff options
| author | fengweihao <[email protected]> | 2024-11-28 18:33:28 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-11-28 18:33:28 +0800 |
| commit | 469c9a3d6aabf06a22e8ce07eaae27f3fb2eefc1 (patch) | |
| tree | 5feaf263b162b5e306f99cd87c6ced30f3765c82 /test | |
| parent | 581862a78bf58acc19b25f732c64737523aea03f (diff) | |
TSG-23941 Supports security policy execution based on user-specified prioritiesHEADdevelop-4.0
Diffstat (limited to 'test')
| -rw-r--r-- | test/resource/HitPolicyRequest.json | 4 | ||||
| -rw-r--r-- | test/resource/HitPolicyResult.json | 10 | ||||
| -rw-r--r-- | test/resource/VerifyPolicyManipulation.json | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/test/resource/HitPolicyRequest.json b/test/resource/HitPolicyRequest.json index 16669cf..5d06f56 100644 --- a/test/resource/HitPolicyRequest.json +++ b/test/resource/HitPolicyRequest.json @@ -49,7 +49,7 @@ }, { "field_value_type": "string", - "field_name": "SERVER_FQDN", + "field_name": "DESTINATION_FQDN", "field_value": { "string": "www.126.com" } @@ -168,7 +168,7 @@ }, { "field_value_type": "string", - "field_name": "SERVER_FQDN", + "field_name": "DESTINATION_FQDN", "field_value": { "string": "www.baidu.com" } diff --git a/test/resource/HitPolicyResult.json b/test/resource/HitPolicyResult.json index b2d00db..d653e31 100644 --- a/test/resource/HitPolicyResult.json +++ b/test/resource/HitPolicyResult.json @@ -67,7 +67,7 @@ }, { "tag_uuid": "00000001-0000-0000-0000-000000000000", - "field_name": "SERVER_FQDN", + "field_name": "DESTINATION_FQDN", "negate_option": 0, "condition_index": 1 } @@ -106,7 +106,7 @@ }, { "field_value_type": "string", - "field_name": "SERVER_FQDN", + "field_name": "DESTINATION_FQDN", "field_value": { "string": "www.126.com" }, @@ -213,7 +213,7 @@ }, { "object_uuid": "00005003-0000-0000-0000-000000000000", - "field_name": "SERVER_FQDN", + "field_name": "DESTINATION_FQDN", "negate_option": 0, "condition_index": 2 }, @@ -244,7 +244,7 @@ }, { "object_uuid": "00005003-0000-0000-0000-000000000000", - "field_name": "SERVER_FQDN", + "field_name": "DESTINATION_FQDN", "negate_option": 0, "condition_index": 2 }, @@ -291,7 +291,7 @@ }, { "field_value_type": "string", - "field_name": "SERVER_FQDN", + "field_name": "DESTINATION_FQDN", "field_value": { "string": "www.baidu.com" }, diff --git a/test/resource/VerifyPolicyManipulation.json b/test/resource/VerifyPolicyManipulation.json index 9046315..39fb145 100644 --- a/test/resource/VerifyPolicyManipulation.json +++ b/test/resource/VerifyPolicyManipulation.json @@ -51,7 +51,7 @@ }, { "object_name": "FQDNEntry.1", - "field_name": "SERVER_FQDN", + "field_name": "DESTINATION_FQDN", "negate_option": false, "object_uuids": [ "00000001-0000-0000-0000-000000000000" @@ -115,7 +115,7 @@ ] }, { - "field_name": "SERVER_FQDN", + "field_name": "DESTINATION_FQDN", "objects": [ { "object_name":"ServerFqdnVeiryPolicy01", @@ -181,7 +181,7 @@ }, { "object_name": "ServerFqdnVeiryPolicy01", - "field_name": "SERVER_FQDN", + "field_name": "DESTINATION_FQDN", "negate_option": false, "object_uuids": [ "00005003-0000-0000-0000-000000000000" @@ -612,7 +612,7 @@ { "table_name": "FIELD_DICT", "table_content": [ - {"uuid":"4fff0ed4-f02b-17ee-3f74-b66310c5d1e2","is_valid":1,"field_name":"SERVER_FQDN","available_object_type":"fqdn","object_table_name":"TSG_OBJ_FQDN"}, + {"uuid":"4fff0ed4-f02b-17ee-3f74-b66310c5d1e2","is_valid":1,"field_name":"DESTINATION_FQDN","available_object_type":"fqdn","object_table_name":"TSG_OBJ_FQDN"}, {"uuid":"4fff0ed4-f02b-17ee-3f74-b66310c5d1e2","is_valid":1,"field_name":"SSL_SAN","available_object_type":"fqdn","object_table_name":"TSG_OBJ_FQDN"}, {"uuid":"ca317931-96f8-1979-ea7c-2bb791858df6","is_valid":1,"field_name":"HTTP_REQ_HDR","available_object_type":"keyword","object_table_name":"tsg_obj_keyword"} ] |
