struct

ECS::LogEntry::Vulnerability::Scanner

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new

Initialize all values as nil

Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

vendor(new_value : String)

A chainable setter for vendor

Source
vendor

vulnerability.scanner.vendor

The name of the vulnerability scanner vendor.

Level: Extended Type: Keyword Example:

Tenable
Source
vendor=(vendor : String | Nil)

vulnerability.scanner.vendor

The name of the vulnerability scanner vendor.

Level: Extended Type: Keyword Example:

Tenable
Source