File tree Expand file tree Collapse file tree
generated/google-apis-containeranalysis_v1
lib/google/apis/containeranalysis_v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155675,6 +155675,7 @@
155675155675"/containeranalysis:v1/CVSS/availabilityImpact": availability_impact
155676155676"/containeranalysis:v1/CVSS/baseScore": base_score
155677155677"/containeranalysis:v1/CVSS/confidentialityImpact": confidentiality_impact
155678+ "/containeranalysis:v1/CVSS/exploitMaturity": exploit_maturity
155678155679"/containeranalysis:v1/CVSS/exploitabilityScore": exploitability_score
155679155680"/containeranalysis:v1/CVSS/impactScore": impact_score
155680155681"/containeranalysis:v1/CVSS/integrityImpact": integrity_impact
Original file line number Diff line number Diff line change 11# Release history for google-apis-containeranalysis_v1
22
3+ ### v0.78.0 (2026-07-05)
4+
5+ * Regenerated from discovery document revision 20260619
6+
37### v0.77.0 (2026-06-21)
48
59* Regenerated from discovery document revision 20260610
Original file line number Diff line number Diff line change @@ -1015,6 +1015,11 @@ class Cvss
10151015 # @return [String]
10161016 attr_accessor :confidentiality_impact
10171017
1018+ # Exploit Maturity (E). Defined in CVSS v4.
1019+ # Corresponds to the JSON property `exploitMaturity`
1020+ # @return [String]
1021+ attr_accessor :exploit_maturity
1022+
10181023 #
10191024 # Corresponds to the JSON property `exploitabilityScore`
10201025 # @return [Float]
@@ -1088,6 +1093,7 @@ def update!(**args)
10881093 @availability_impact = args [ :availability_impact ] if args . key? ( :availability_impact )
10891094 @base_score = args [ :base_score ] if args . key? ( :base_score )
10901095 @confidentiality_impact = args [ :confidentiality_impact ] if args . key? ( :confidentiality_impact )
1096+ @exploit_maturity = args [ :exploit_maturity ] if args . key? ( :exploit_maturity )
10911097 @exploitability_score = args [ :exploitability_score ] if args . key? ( :exploitability_score )
10921098 @impact_score = args [ :impact_score ] if args . key? ( :impact_score )
10931099 @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 ContaineranalysisV1
1818 # Version of the google-apis-containeranalysis_v1 gem
19- GEM_VERSION = "0.77 .0"
19+ GEM_VERSION = "0.78 .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 @@ -1421,6 +1421,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
14211421 property :availability_impact , as : 'availabilityImpact'
14221422 property :base_score , as : 'baseScore'
14231423 property :confidentiality_impact , as : 'confidentialityImpact'
1424+ property :exploit_maturity , as : 'exploitMaturity'
14241425 property :exploitability_score , as : 'exploitabilityScore'
14251426 property :impact_score , as : 'impactScore'
14261427 property :integrity_impact , as : 'integrityImpact'
You can’t perform that action at this time.
0 commit comments