lib/google/apis/securitycenter_v1beta2/classes.rb in google-apis-securitycenter_v1beta2-0.14.0 vs lib/google/apis/securitycenter_v1beta2/classes.rb in google-apis-securitycenter_v1beta2-0.15.0
- old
+ new
@@ -170,18 +170,25 @@
# cvename.cgi?name=CVE-2021-34527
# Corresponds to the JSON property `references`
# @return [Array<Google::Apis::SecuritycenterV1beta2::Reference>]
attr_accessor :references
+ # Whether upstream fix is available for the CVE.
+ # Corresponds to the JSON property `upstreamFixAvailable`
+ # @return [Boolean]
+ attr_accessor :upstream_fix_available
+ alias_method :upstream_fix_available?, :upstream_fix_available
+
def initialize(**args)
update!(**args)
end
# Update properties of this object
def update!(**args)
@cvssv3 = args[:cvssv3] if args.key?(:cvssv3)
@id = args[:id] if args.key?(:id)
@references = args[:references] if args.key?(:references)
+ @upstream_fix_available = args[:upstream_fix_available] if args.key?(:upstream_fix_available)
end
end
# Common Vulnerability Scoring System version 3.
class Cvssv3