Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.07 KB

VulnerabilityWindowsDetail.md

File metadata and controls

13 lines (9 loc) · 1.07 KB

VulnerabilityWindowsDetail

Properties

Name Type Description Notes
CpeUri string Required. The CPE URI in cpe format in which the vulnerability manifests. Examples include distro or storage location for vulnerable jar. [optional] [default to null]
Name string Required. The name of the vulnerability. [optional] [default to null]
Description string The description of the vulnerability. [optional] [default to null]
FixingKbs []WindowsDetailKnowledgeBase Required. The names of the KBs which have hotfixes to mitigate this vulnerability. Note that there may be multiple hotfixes (and thus multiple KBs) that mitigate a given vulnerability. Currently any listed kb's presence is considered a fix. [optional] [default to null]

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