File tree Expand file tree Collapse file tree
generated/google-apis-containeranalysis_v1beta1
lib/google/apis/containeranalysis_v1beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158342,6 +158342,7 @@
158342158342"/containeranalysis:v1beta1/CVSS/availabilityImpact": availability_impact
158343158343"/containeranalysis:v1beta1/CVSS/baseScore": base_score
158344158344"/containeranalysis:v1beta1/CVSS/confidentialityImpact": confidentiality_impact
158345+ "/containeranalysis:v1beta1/CVSS/exploitMaturity": exploit_maturity
158345158346"/containeranalysis:v1beta1/CVSS/exploitabilityScore": exploitability_score
158346158347"/containeranalysis:v1beta1/CVSS/impactScore": impact_score
158347158348"/containeranalysis:v1beta1/CVSS/integrityImpact": integrity_impact
Original file line number Diff line number Diff line change 11# Release history for google-apis-containeranalysis_v1beta1
22
3+ ### v0.80.0 (2026-07-05)
4+
5+ * Regenerated from discovery document revision 20260619
6+
37### v0.79.0 (2026-06-21)
48
59* Regenerated from discovery document revision 20260610
Original file line number Diff line number Diff line change @@ -1019,6 +1019,11 @@ class Cvss
10191019 # @return [String]
10201020 attr_accessor :confidentiality_impact
10211021
1022+ # Exploit Maturity (E). Defined in CVSS v4.
1023+ # Corresponds to the JSON property `exploitMaturity`
1024+ # @return [String]
1025+ attr_accessor :exploit_maturity
1026+
10221027 #
10231028 # Corresponds to the JSON property `exploitabilityScore`
10241029 # @return [Float]
@@ -1092,6 +1097,7 @@ def update!(**args)
10921097 @availability_impact = args [ :availability_impact ] if args . key? ( :availability_impact )
10931098 @base_score = args [ :base_score ] if args . key? ( :base_score )
10941099 @confidentiality_impact = args [ :confidentiality_impact ] if args . key? ( :confidentiality_impact )
1100+ @exploit_maturity = args [ :exploit_maturity ] if args . key? ( :exploit_maturity )
10951101 @exploitability_score = args [ :exploitability_score ] if args . key? ( :exploitability_score )
10961102 @impact_score = args [ :impact_score ] if args . key? ( :impact_score )
10971103 @integrity_impact = args [ :integrity_impact ] if args . key? ( :integrity_impact )
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module ContaineranalysisV1beta1
1818 # Version of the google-apis-containeranalysis_v1beta1 gem
19- GEM_VERSION = "0.79 .0"
19+ GEM_VERSION = "0.80 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.19.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20260610 "
25+ REVISION = "20260619 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -1375,6 +1375,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
13751375 property :availability_impact , as : 'availabilityImpact'
13761376 property :base_score , as : 'baseScore'
13771377 property :confidentiality_impact , as : 'confidentialityImpact'
1378+ property :exploit_maturity , as : 'exploitMaturity'
13781379 property :exploitability_score , as : 'exploitabilityScore'
13791380 property :impact_score , as : 'impactScore'
13801381 property :integrity_impact , as : 'integrityImpact'
You can’t perform that action at this time.
0 commit comments