google-apis-containeranalysis_v1 0.77.0 → 0.78.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: c556943022258b0b783f6adf495a6e6feef29a843487eb3d02cf4f3a20b403c5
|
|
4
|
+
data.tar.gz: 25b5c81d7d4c62eae49a1e32e4a06e7f666758d9358e8600455500d5e39b09b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f8327df324e36cb1624bd55de363fadd9dbfa44c6fabdd09dc81a4706e3c858230660c5ed566d4c4a048d6b0153b2b5f44bf25138a6fa11886e227f89a379fb3
|
|
7
|
+
data.tar.gz: d66f788ae42477400f0b391d3b600178be54af0d810575ebd1fad2028065cc8c6b5ade46b2fcd2611984e3c65a4e86dff38df50988d849fb4fb6e70a26155c30
|
data/CHANGELOG.md
CHANGED
|
@@ -1015,6 +1015,11 @@ module Google
|
|
|
1015
1015
|
# @return [String]
|
|
1016
1016
|
attr_accessor :confidentiality_impact
|
|
1017
1017
|
|
|
1018
|
+
# Exploit Maturity (E). Defined in CVSS v4.
|
|
1019
|
+
# Corresponds to the JSON property `exploitMaturity`
|
|
1020
|
+
# @return [String]
|
|
1021
|
+
attr_accessor :exploit_maturity
|
|
1022
|
+
|
|
1018
1023
|
#
|
|
1019
1024
|
# Corresponds to the JSON property `exploitabilityScore`
|
|
1020
1025
|
# @return [Float]
|
|
@@ -1088,6 +1093,7 @@ module Google
|
|
|
1088
1093
|
@availability_impact = args[:availability_impact] if args.key?(:availability_impact)
|
|
1089
1094
|
@base_score = args[:base_score] if args.key?(:base_score)
|
|
1090
1095
|
@confidentiality_impact = args[:confidentiality_impact] if args.key?(:confidentiality_impact)
|
|
1096
|
+
@exploit_maturity = args[:exploit_maturity] if args.key?(:exploit_maturity)
|
|
1091
1097
|
@exploitability_score = args[:exploitability_score] if args.key?(:exploitability_score)
|
|
1092
1098
|
@impact_score = args[:impact_score] if args.key?(:impact_score)
|
|
1093
1099
|
@integrity_impact = args[:integrity_impact] if args.key?(:integrity_impact)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ContaineranalysisV1
|
|
18
18
|
# Version of the google-apis-containeranalysis_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.78.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
|
|
@@ -1421,6 +1421,7 @@ module Google
|
|
|
1421
1421
|
property :availability_impact, as: 'availabilityImpact'
|
|
1422
1422
|
property :base_score, as: 'baseScore'
|
|
1423
1423
|
property :confidentiality_impact, as: 'confidentialityImpact'
|
|
1424
|
+
property :exploit_maturity, as: 'exploitMaturity'
|
|
1424
1425
|
property :exploitability_score, as: 'exploitabilityScore'
|
|
1425
1426
|
property :impact_score, as: 'impactScore'
|
|
1426
1427
|
property :integrity_impact, as: 'integrityImpact'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-containeranalysis_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.78.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_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.78.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|