mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-15 14:57:23 +00:00
Added property descriptions
This commit is contained in:
parent
a702eca096
commit
b9e4a040a9
@ -35,16 +35,16 @@ Method |Return Type |Description
|
|||||||
## Properties
|
## Properties
|
||||||
Property | Type | Description
|
Property | Type | Description
|
||||||
:---|:---|:---
|
:---|:---|:---
|
||||||
id | String |
|
id | String | Vulnerability ID
|
||||||
Name | String |
|
Name | String | Vulnerability title
|
||||||
Description | String |
|
Description | String | Vulnerability description
|
||||||
Severity | String |
|
Severity | String | Vulnerability Severity. Possible values are: “Low”, “Medium”, “High”, “Critical”
|
||||||
cvssV3 | Double |
|
cvssV3 | Double | CVSS v3 score
|
||||||
exposedMachines | Long |
|
exposedMachines | Long | Number of exposed machines
|
||||||
publishedOn | DateTime |
|
publishedOn | DateTime | Date when vulnerability was published
|
||||||
updatedOn | DateTime |
|
updatedOn | DateTime | Date when vulnerability was updated
|
||||||
publicExploit | Boolean |
|
publicExploit | Boolean | Public exploit is available
|
||||||
exploitVerified | Boolean |
|
exploitVerified | Boolean | Exploit is verified to work
|
||||||
exploitInKit | Boolean |
|
exploitInKit | Boolean | Exploit is part of an exploit kit
|
||||||
exploitTypes | String collection |
|
exploitTypes | String collection | Exploit Impact. Possible values are: “Denial of service”, “Local privilege escalation”, “Denial of service”
|
||||||
exploitUris | String collection |
|
exploitUris | String collection | Exploit source URLs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user