Added property descriptions

This commit is contained in:
Dulce Montemayor 2020-01-21 13:53:45 -08:00 committed by GitHub
parent a702eca096
commit b9e4a040a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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