class Google::Apis::SecuritycenterV1beta1::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::SecuritycenterV1beta1::Cve]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/securitycenter_v1beta1/classes.rb, line 2188 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_v1beta1/classes.rb, line 2193 def update!(**args) @cve = args[:cve] if args.key?(:cve) end