v0-json-schema

This commit is contained in:
gongwenxin
2025-05-16 15:18:02 +08:00
parent 32676a314f
commit 6d0b70fe11
260 changed files with 280278 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"id": "https-only-rule",
"name": "HTTPS强制使用规则",
"description": "验证API请求是否使用了HTTPS协议",
"category": "Security",
"version": "1.0.0",
"severity": "error",
"source": null,
"is_enabled": true,
"tags": null,
"target_type": "APIRequest",
"target_identifier": null,
"lifecycle": "请求准备阶段",
"scope": "安全性",
"code": null,
"check_type": "transport_security",
"expected_value": "https"
}