class Google::Apis::SecuritycenterV1beta2::Vulnerability

Refers to common vulnerability fields e.g. cve, cvss, cwe etc.

Attributes

cve[RW]

CVE stands for Common Vulnerabilities and Exposures. More information: https:// cve.mitre.org Corresponds to the JSON property `cve` @return [Google::Apis::SecuritycenterV1beta2::Cve]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/securitycenter_v1beta2/classes.rb, line 1122
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/securitycenter_v1beta2/classes.rb, line 1127
def update!(**args)
  @cve = args[:cve] if args.key?(:cve)
end