class Nexpose::VulnerabilityInstance

An instance of a vulnerability discovered on an asset. Accessible from {Nexpose::Asset#vulnerability_instances}.

Attributes

asset_id[R]

ID of the asset where the vulnerability instance was detected.

asset_ip_address[R]

IP Address of the asset where the vulnerability instance was detected.

date[R]

The time at which the vulnerability test was performed.

key[R]

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.

port[R]

The port on which the service was running if the vulnerability was found through a network service, -1 if not defined.

proof[R]

The proof which explains why the vulnerability is present on the asset. The value is often HTML-formatted text.

protocol[R]

Protocol the service was providing on which the vulnerability was found.

scan_id[R]

ID of the scan where the vulnerability instance was detected.

service[R]

The service that the vulnerability test was performed against.

status[R]

The vulnerable status of the vulnerability.

vulnerability_id[R]

The ID (natural key) of the vulnerability.