18 lines
459 B
JSON
18 lines
459 B
JSON
{
|
|
"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"
|
|
} |