google-apis-securitycenter_v1beta2 0.14.0 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f475b18c808684b31aa4a1d0c16cf7cdf1b7ce0afe9466a859a48597367dfccf
|
4
|
+
data.tar.gz: 0f77294a6ff512e4dcc3417fd5111e089de39049f96db9c8fc57386fead7acec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd54e068badfd502bccf6daaa24225d644e32da08ed62f46bc000395646d8e57162b018a1397c6e8a14b4ccbd495b64e1bd9ebf30d99c9331dc3eee81f5ada8a
|
7
|
+
data.tar.gz: b787a37bc6f38d02167d6e02328c83db8d819f42ee243db18196f90609f3983d44dd2f8868cdc53e990efbb42f3868d823c646350a963917e33c706fdc55d7bf
|
data/CHANGELOG.md
CHANGED
@@ -172,6 +172,12 @@ module Google
|
|
172
172
|
# @return [Array<Google::Apis::SecuritycenterV1beta2::Reference>]
|
173
173
|
attr_accessor :references
|
174
174
|
|
175
|
+
# Whether upstream fix is available for the CVE.
|
176
|
+
# Corresponds to the JSON property `upstreamFixAvailable`
|
177
|
+
# @return [Boolean]
|
178
|
+
attr_accessor :upstream_fix_available
|
179
|
+
alias_method :upstream_fix_available?, :upstream_fix_available
|
180
|
+
|
175
181
|
def initialize(**args)
|
176
182
|
update!(**args)
|
177
183
|
end
|
@@ -181,6 +187,7 @@ module Google
|
|
181
187
|
@cvssv3 = args[:cvssv3] if args.key?(:cvssv3)
|
182
188
|
@id = args[:id] if args.key?(:id)
|
183
189
|
@references = args[:references] if args.key?(:references)
|
190
|
+
@upstream_fix_available = args[:upstream_fix_available] if args.key?(:upstream_fix_available)
|
184
191
|
end
|
185
192
|
end
|
186
193
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SecuritycenterV1beta2
|
18
18
|
# Version of the google-apis-securitycenter_v1beta2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220210"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -261,6 +261,7 @@ module Google
|
|
261
261
|
property :id, as: 'id'
|
262
262
|
collection :references, as: 'references', class: Google::Apis::SecuritycenterV1beta2::Reference, decorator: Google::Apis::SecuritycenterV1beta2::Reference::Representation
|
263
263
|
|
264
|
+
property :upstream_fix_available, as: 'upstreamFixAvailable'
|
264
265
|
end
|
265
266
|
end
|
266
267
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-securitycenter_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.15.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-02-
|
11
|
+
date: 2022-02-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.15.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|