生成pdf报告

This commit is contained in:
gongwenxin
2025-06-27 17:58:51 +08:00
parent 38cfb67325
commit fca20523ca
34 changed files with 29439 additions and 6178 deletions
@@ -4,7 +4,7 @@ import urllib.parse
class HTTPSMandatoryCase(BaseAPITestCase):
id = "TC-SECURITY-001"
name = "HTTPS Protocol Mandatory Verification"
name = "HTTPS 协议强制性检查"
description = "验证API端点是否通过HTTPS提供服务,以及HTTP请求是否被拒绝或重定向到HTTPS。"
severity = TestSeverity.CRITICAL
tags = ["security", "https", "transport-security"]