VulnerabilityDetection
object
Vulnerability Detection. A detection occurs when a known `Vulnerability` is linked to a software version found on an `Asset`.
Fields
id
ID!
non-null
Vulnerability Detection ID.
asset
Asset!
non-null
Asset with the vulnerability.
vulnerability
Vulnerability!
non-null
Vulnerability found on the asset.
status
VulnerabilityDetectionStatus!
non-null
Vulnerability resolution status on the asset.
firstDetectedAt
DateTime!
non-null
Vulnerability first detected date-time.
softwareVersion
InstalledSoftwareVersion!
non-null
The software version where the vulnerability was detected.
patchableStatus
VulnerabilityDetectionPatchableStatus!
non-null
Status of whether this detected vulnerability has available patches.
customer
Customer
Customer of the asset where the vulnerability exists.
site
Site
Site of the asset where the vulnerability exists.