修改了测试严格程度,高于指定严格程度的用例才影响api是否通过

This commit is contained in:
gongwenxin
2025-06-27 18:44:36 +08:00
parent 864a36fe61
commit f003fbbbd1
23 changed files with 52248 additions and 9149 deletions
@@ -6,7 +6,7 @@ class HTTPSMandatoryCase(BaseAPITestCase):
id = "TC-SECURITY-001"
name = "HTTPS 协议强制性检查"
description = "验证API端点是否通过HTTPS提供服务,以及HTTP请求是否被拒绝或重定向到HTTPS。"
severity = TestSeverity.CRITICAL
severity = TestSeverity.HIGH
tags = ["security", "https", "transport-security"]
execution_order = 120