update_vulnerability_status
Update the status of a vulnerability to track remediation progress. Set status to open, fixed, accepted, or false positive with an optional comment.
Instructions
更新漏洞处理状态
功能说明
更新漏洞的处理状态,用于漏洞修复跟踪。
状态说明
open: 未修复
fixed: 已修复
accepted: 已接受风险
false_positive: 误报
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vuln_id | Yes | 漏洞ID | |
| status | Yes | 新状态: open/fixed/accepted/false_positive | |
| comment | No | 备注说明 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |