class Google::Apis::SecuritycenterV1::Vulnerability

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

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @cve = args[:cve] if args.key?(:cve)
  @cwes = args[:cwes] if args.key?(:cwes)
  @fixed_package = args[:fixed_package] if args.key?(:fixed_package)
  @offending_package = args[:offending_package] if args.key?(:offending_package)
  @provider_risk_score = args[:provider_risk_score] if args.key?(:provider_risk_score)
  @reachable = args[:reachable] if args.key?(:reachable)
  @security_bulletin = args[:security_bulletin] if args.key?(:security_bulletin)
end