Handles detected vulnerabilities. You can fix, check, or ignore the vulnerabilities.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Info | string | Yes | The details of the vulnerability. The value of this parameter is in the JSON format and contains the following fields:
Note
You can call the DescribeVulList operation to query the tags that are added to vulnerabilities of other types.
Note
You can fix multiple vulnerabilities at a time. Separate the details of multiple vulnerabilities with commas (,). You can call the DescribeVulLIst operation to query the details of vulnerabilities.
| [{"name":"alilinux2:2.1903:ALINUX2-SA-2022:0007","uuid":"a3bb82a8-a3bd-4546-acce-45ac34af****","tag":"oval","isFront":0},{"name":"alilinux2:2.1903:ALINUX2-SA-2022:0007","uuid":"98a6fecc-88cd-46f2-8e35-f808a388****","tag":"oval","isFront":0}] |
OperateType | string | Yes | The operation that you want to perform on the vulnerability. Valid values:
| vul_fix |
Type | string | Yes | The type of the vulnerability. Valid values:
Note
You cannot fix the urgent vulnerabilities, application vulnerabilities, or vulnerabilities that are detected based on software component analysis.
| cve |
Reason | string | No | The reason why the vulnerability is ignored. Note
This parameter is required only when you set OperateType to vul_ignore.
| not operate |
From | string | No | The request ID. Set the value to sas. | sas |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "DFE4F166-1AC9-4FAC-A4E4-F0608AD705A6"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InsufficientAuthorizationCount | Authorization count is insufficient. | - |
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-01-22 | The Error code has changed | View Change Details |
2023-08-29 | The Error code has changed. The request parameters of the API has changed | View Change Details |
2023-03-28 | The Error code has changed | View Change Details |
2022-08-01 | The Error code has changed | View Change Details |
2022-08-01 | The Error code has changed | View Change Details |