google-apis-containeranalysis_v1beta1 0.79.0 → 0.80.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc47e9dab89e137b32d8714f6ad712d0366b5fe8e6a7a0076fdfac839dc6397e
|
|
4
|
+
data.tar.gz: 485f2b95015487081b43dce7c84f2202255ba2f9339152aea2830902e6e616c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4edcd78aa23bc5246fb196696d98c6c09e876d9b2151286bdb0a7b106104ecc3a7823c42495901f88949047c3c10a51c1c67142f6c81a0cc5e245441f7d0fc1f
|
|
7
|
+
data.tar.gz: 6b504cd7be22efb06e23b0e7509e51e3ea7f13cec234465ffc2f3c55641ab08b713a205cabd6728cd0281e2487b7c82943da3826d01e94ec2862b0159a9b8584
|
data/CHANGELOG.md
CHANGED
|
@@ -1019,6 +1019,11 @@ module Google
|
|
|
1019
1019
|
# @return [String]
|
|
1020
1020
|
attr_accessor :confidentiality_impact
|
|
1021
1021
|
|
|
1022
|
+
# Exploit Maturity (E). Defined in CVSS v4.
|
|
1023
|
+
# Corresponds to the JSON property `exploitMaturity`
|
|
1024
|
+
# @return [String]
|
|
1025
|
+
attr_accessor :exploit_maturity
|
|
1026
|
+
|
|
1022
1027
|
#
|
|
1023
1028
|
# Corresponds to the JSON property `exploitabilityScore`
|
|
1024
1029
|
# @return [Float]
|
|
@@ -1092,6 +1097,7 @@ module Google
|
|
|
1092
1097
|
@availability_impact = args[:availability_impact] if args.key?(:availability_impact)
|
|
1093
1098
|
@base_score = args[:base_score] if args.key?(:base_score)
|
|
1094
1099
|
@confidentiality_impact = args[:confidentiality_impact] if args.key?(:confidentiality_impact)
|
|
1100
|
+
@exploit_maturity = args[:exploit_maturity] if args.key?(:exploit_maturity)
|
|
1095
1101
|
@exploitability_score = args[:exploitability_score] if args.key?(:exploitability_score)
|
|
1096
1102
|
@impact_score = args[:impact_score] if args.key?(:impact_score)
|
|
1097
1103
|
@integrity_impact = args[:integrity_impact] if args.key?(:integrity_impact)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ContaineranalysisV1beta1
|
|
18
18
|
# Version of the google-apis-containeranalysis_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.80.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260619"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1375,6 +1375,7 @@ module Google
|
|
|
1375
1375
|
property :availability_impact, as: 'availabilityImpact'
|
|
1376
1376
|
property :base_score, as: 'baseScore'
|
|
1377
1377
|
property :confidentiality_impact, as: 'confidentialityImpact'
|
|
1378
|
+
property :exploit_maturity, as: 'exploitMaturity'
|
|
1378
1379
|
property :exploitability_score, as: 'exploitabilityScore'
|
|
1379
1380
|
property :impact_score, as: 'impactScore'
|
|
1380
1381
|
property :integrity_impact, as: 'integrityImpact'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-containeranalysis_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.80.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.80.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|