v0-json-schema
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user