google-apis-containeranalysis_v1alpha1 0.86.0 → 0.87.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: 88b5736932e994b9b5e0cd3ac6f2b44593257c2dce00eead9c34accefe7f47d7
|
|
4
|
+
data.tar.gz: a74d3de7d122ae9449c181923a681fa42dd6ff82adb884cb8349f9cf967e091f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 415ae236a05f5aad0cd78c85b31efd3f5bb56d80e5360170a5f115961a1c05058228f0b6400c5faccb6940542dfbf4ec89b784ff2473a8a405100c19a56047df
|
|
7
|
+
data.tar.gz: 49609ab03795c9f6c235b3edeb271422f748214d28ce1f4783a050cbcd3de031163060067d5d45478c2112705619295dd4100379d6b92956b6804bde09a2899f
|
data/CHANGELOG.md
CHANGED
|
@@ -1019,6 +1019,11 @@ module Google
|
|
|
1019
1019
|
# @return [String]
|
|
1020
1020
|
attr_accessor :confidentiality_impact
|
|
1021
1021
|
|
|
1022
|
+
# Optional. 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 ContaineranalysisV1alpha1
|
|
18
18
|
# Version of the google-apis-containeranalysis_v1alpha1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.87.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
|
|
@@ -1455,6 +1455,7 @@ module Google
|
|
|
1455
1455
|
property :availability_impact, as: 'availabilityImpact'
|
|
1456
1456
|
property :base_score, as: 'baseScore'
|
|
1457
1457
|
property :confidentiality_impact, as: 'confidentialityImpact'
|
|
1458
|
+
property :exploit_maturity, as: 'exploitMaturity'
|
|
1458
1459
|
property :exploitability_score, as: 'exploitabilityScore'
|
|
1459
1460
|
property :impact_score, as: 'impactScore'
|
|
1460
1461
|
property :integrity_impact, as: 'integrityImpact'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-containeranalysis_v1alpha1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.87.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_v1alpha1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.87.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|