Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.22 KB

Solution.md

File metadata and controls

17 lines (13 loc) · 1.22 KB

Solution

Properties

Name Type Description Notes
additional_information AdditionalInformation Additional information or resources that can assist in applying the remediation. [optional]
applies_to str The systems or software the solution applies to. [optional]
estimate str The estimated duration to apply the solution, in ISO 8601 format. For example: `"PT5M"`. [optional]
id str The identifier of the solution. [optional]
links list[Link] Hypermedia links to corresponding or related resources. [optional]
steps Steps The steps required to remediate the vulnerability. [optional]
summary Summary The summary of the solution. [optional]
type str The type of the solution. One of: `"Configuration"`, `"Rollup patch"`, `"Patch"` [optional]

[Back to Model list] [Back to API list] [Back to README]