class Nexpose::VulnerabilityInstance
An instance of a vulnerability discovered on an asset. Accessible from {Nexpose::Asset#vulnerability_instances}.
Attributes
ID of the asset where the vulnerability instance was detected.
IP Address of the asset where the vulnerability instance was detected.
The time at which the vulnerability test was performed.
Key that can distinguish the instances of the same type on the system. For spider vulnerabilities, this is typically the relative URI where the vuln was discovered.
The port on which the service was running if the vulnerability was found through a network service, -1 if not defined.
The proof which explains why the vulnerability is present on the asset. The value is often HTML-formatted text.
Protocol the service was providing on which the vulnerability was found.
ID of the scan where the vulnerability instance was detected.
The service that the vulnerability test was performed against.
The vulnerable status of the vulnerability.
The ID (natural key) of the vulnerability.