diff options
| author | yang liu <[email protected]> | 2023-03-29 17:33:02 +0800 |
|---|---|---|
| committer | yang liu <[email protected]> | 2023-03-29 17:33:02 +0800 |
| commit | beb447b373b13e1b6abe415248ba189523d829a5 (patch) | |
| tree | 9f4aa257662259b90867db26c8a47f35a855b673 | |
| parent | c188a5c473fbab28dcb88a2f7595d0eed3b498ed (diff) | |
调整ssl decryption exclusions测试用例
| -rw-r--r-- | other/data/profiles/ssl_decryption_exclusions_data.yaml | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/other/data/profiles/ssl_decryption_exclusions_data.yaml b/other/data/profiles/ssl_decryption_exclusions_data.yaml index 4bf8613..8176da1 100644 --- a/other/data/profiles/ssl_decryption_exclusions_data.yaml +++ b/other/data/profiles/ssl_decryption_exclusions_data.yaml @@ -38,7 +38,7 @@ ssl_decryption_exclusions_data: - - operatingType: create - Name: '*sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.cssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss' + Name: '*ssssssssssssssssssssssssssssssssssssssssssssssss.abcdwwdqwdqdq' Description: test searchCriteria: Name #FQDN右匹配 @@ -83,7 +83,7 @@ ssl_decryption_exclusions_negative_data: operatingType: create Description: test assertText: - - The length of the name is at most 128 characters and cannot be less than 4 characters + - The length of the name is at most 63 characters and cannot be less than 4 characters #FQDN小于4字符 - - @@ -91,7 +91,7 @@ ssl_decryption_exclusions_negative_data: Name: '*ss' Description: test assertText: - - The length of the name is at most 128 characters and cannot be less than 4 characters + - The length of the name is at most 63 characters and cannot be less than 4 characters #Description为空 - @@ -100,15 +100,6 @@ ssl_decryption_exclusions_negative_data: Name: '$www.asdasdaf.com' assertText: - Please enter the content - #域长度大于63个字符 - - - - - operatingType: create - Name: '*ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss' - Description: test - assertText: - - Each lable of domain may contain 1 to 63 characters - #FQDN输入特殊字符 - - @@ -116,7 +107,7 @@ ssl_decryption_exclusions_negative_data: Name: '*!@#¥%……&*()' Description: test assertText: - - Invalid domain, acceptable characters are a-z, 0-9, '-', '.' and '_'. + - The first symbol of a suffix match must be . #非法匹配方式(左匹配) - - |
