google-apis-containeranalysis_v1 0.74.0 → 0.75.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: b0313ff0f05638740eb96626ce72abffe80bf3171479970acedcf6712646a029
4
- data.tar.gz: c1d8c552782ea8208db486422fd2d38dcea172765c2766e23f0c54bcc948fe1a
3
+ metadata.gz: 19be2c712a950a3256d0de5e43b70e4b7f342dc3c0b4f52fbcbae04d3981ff23
4
+ data.tar.gz: cf7083a1e69fd39f47a329a5c785e005926c865f48715e29181fa6292bfee901
5
5
  SHA512:
6
- metadata.gz: acc78d0bd1ee82bd9f72f6f643ebb078e7998d4ddc3ef75ac4b9238c3553fcef03b2a8c620fefadde878468c3c7546ecc4e6c74cbf33c14b6a055c13afb764a7
7
- data.tar.gz: 6a0c1aff548206c4c782498a9c10a7700f778ddcb1cd0b6ccfcea2ce29bef95bbaed2342e6f36e9b72f507159414d110e0114b4afee79e7ec59510d457822f2b
6
+ metadata.gz: 5ebd9d7e3323690bdb38909cf835ca485c18eb8ff1b8b662bb34ad0101a2432f3f41021655e2e64f89c509074cf2abba7d7499b4beb954014ed1d078224e977a
7
+ data.tar.gz: d744ed274f501fe86d1a9c4768efa3dbb57faa9a40dbabb6eec3658b74d2aa281c0d8589d7604f8e34c24c17b863e19f2acf150e8fe3f95f8e7b24c3b9426282
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1
2
2
 
3
+ ### v0.75.0 (2026-05-31)
4
+
5
+ * Regenerated from discovery document revision 20260521
6
+
3
7
  ### v0.74.0 (2026-05-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20260505
@@ -980,23 +980,27 @@ module Google
980
980
  class Cvss
981
981
  include Google::Apis::Core::Hashable
982
982
 
983
- #
983
+ # Attack Complexity (AC). Defined in CVSS v2, v3, v4.
984
984
  # Corresponds to the JSON property `attackComplexity`
985
985
  # @return [String]
986
986
  attr_accessor :attack_complexity
987
987
 
988
- # Base Metrics Represents the intrinsic characteristics of a vulnerability that
989
- # are constant over time and across user environments.
988
+ # Attack Requirements (AT). Defined in CVSS v4.
989
+ # Corresponds to the JSON property `attackRequirements`
990
+ # @return [String]
991
+ attr_accessor :attack_requirements
992
+
993
+ # Attack Vector (AV). Defined in CVSS v2, v3, v4.
990
994
  # Corresponds to the JSON property `attackVector`
991
995
  # @return [String]
992
996
  attr_accessor :attack_vector
993
997
 
994
- #
998
+ # Authentication (Au). Defined in CVSS v2.
995
999
  # Corresponds to the JSON property `authentication`
996
1000
  # @return [String]
997
1001
  attr_accessor :authentication
998
1002
 
999
- #
1003
+ # Availability Impact (A). Defined in CVSS v2, v3.
1000
1004
  # Corresponds to the JSON property `availabilityImpact`
1001
1005
  # @return [String]
1002
1006
  attr_accessor :availability_impact
@@ -1006,7 +1010,7 @@ module Google
1006
1010
  # @return [Float]
1007
1011
  attr_accessor :base_score
1008
1012
 
1009
- #
1013
+ # Confidentiality Impact (C). Defined in CVSS v2, v3.
1010
1014
  # Corresponds to the JSON property `confidentialityImpact`
1011
1015
  # @return [String]
1012
1016
  attr_accessor :confidentiality_impact
@@ -1021,26 +1025,56 @@ module Google
1021
1025
  # @return [Float]
1022
1026
  attr_accessor :impact_score
1023
1027
 
1024
- #
1028
+ # Integrity Impact (I). Defined in CVSS v2, v3.
1025
1029
  # Corresponds to the JSON property `integrityImpact`
1026
1030
  # @return [String]
1027
1031
  attr_accessor :integrity_impact
1028
1032
 
1029
- #
1033
+ # Privileges Required (PR). Defined in CVSS v3, v4.
1030
1034
  # Corresponds to the JSON property `privilegesRequired`
1031
1035
  # @return [String]
1032
1036
  attr_accessor :privileges_required
1033
1037
 
1034
- #
1038
+ # Scope (S). Defined in CVSS v3.
1035
1039
  # Corresponds to the JSON property `scope`
1036
1040
  # @return [String]
1037
1041
  attr_accessor :scope
1038
1042
 
1039
- #
1043
+ # Subsequent System Availability Impact (SA). Defined in CVSS v4.
1044
+ # Corresponds to the JSON property `subsequentSystemAvailabilityImpact`
1045
+ # @return [String]
1046
+ attr_accessor :subsequent_system_availability_impact
1047
+
1048
+ # Subsequent System Confidentiality Impact (SC). Defined in CVSS v4.
1049
+ # Corresponds to the JSON property `subsequentSystemConfidentialityImpact`
1050
+ # @return [String]
1051
+ attr_accessor :subsequent_system_confidentiality_impact
1052
+
1053
+ # Subsequent System Integrity Impact (SI). Defined in CVSS v4.
1054
+ # Corresponds to the JSON property `subsequentSystemIntegrityImpact`
1055
+ # @return [String]
1056
+ attr_accessor :subsequent_system_integrity_impact
1057
+
1058
+ # User Interaction (UI). Defined in CVSS v3, v4.
1040
1059
  # Corresponds to the JSON property `userInteraction`
1041
1060
  # @return [String]
1042
1061
  attr_accessor :user_interaction
1043
1062
 
1063
+ # Vulnerable System Availability Impact (VA). Defined in CVSS v4.
1064
+ # Corresponds to the JSON property `vulnerableSystemAvailabilityImpact`
1065
+ # @return [String]
1066
+ attr_accessor :vulnerable_system_availability_impact
1067
+
1068
+ # Vulnerable System Confidentiality Impact (VC). Defined in CVSS v4.
1069
+ # Corresponds to the JSON property `vulnerableSystemConfidentialityImpact`
1070
+ # @return [String]
1071
+ attr_accessor :vulnerable_system_confidentiality_impact
1072
+
1073
+ # Vulnerable System Integrity Impact (VI). Defined in CVSS v4.
1074
+ # Corresponds to the JSON property `vulnerableSystemIntegrityImpact`
1075
+ # @return [String]
1076
+ attr_accessor :vulnerable_system_integrity_impact
1077
+
1044
1078
  def initialize(**args)
1045
1079
  update!(**args)
1046
1080
  end
@@ -1048,6 +1082,7 @@ module Google
1048
1082
  # Update properties of this object
1049
1083
  def update!(**args)
1050
1084
  @attack_complexity = args[:attack_complexity] if args.key?(:attack_complexity)
1085
+ @attack_requirements = args[:attack_requirements] if args.key?(:attack_requirements)
1051
1086
  @attack_vector = args[:attack_vector] if args.key?(:attack_vector)
1052
1087
  @authentication = args[:authentication] if args.key?(:authentication)
1053
1088
  @availability_impact = args[:availability_impact] if args.key?(:availability_impact)
@@ -1058,7 +1093,13 @@ module Google
1058
1093
  @integrity_impact = args[:integrity_impact] if args.key?(:integrity_impact)
1059
1094
  @privileges_required = args[:privileges_required] if args.key?(:privileges_required)
1060
1095
  @scope = args[:scope] if args.key?(:scope)
1096
+ @subsequent_system_availability_impact = args[:subsequent_system_availability_impact] if args.key?(:subsequent_system_availability_impact)
1097
+ @subsequent_system_confidentiality_impact = args[:subsequent_system_confidentiality_impact] if args.key?(:subsequent_system_confidentiality_impact)
1098
+ @subsequent_system_integrity_impact = args[:subsequent_system_integrity_impact] if args.key?(:subsequent_system_integrity_impact)
1061
1099
  @user_interaction = args[:user_interaction] if args.key?(:user_interaction)
1100
+ @vulnerable_system_availability_impact = args[:vulnerable_system_availability_impact] if args.key?(:vulnerable_system_availability_impact)
1101
+ @vulnerable_system_confidentiality_impact = args[:vulnerable_system_confidentiality_impact] if args.key?(:vulnerable_system_confidentiality_impact)
1102
+ @vulnerable_system_integrity_impact = args[:vulnerable_system_integrity_impact] if args.key?(:vulnerable_system_integrity_impact)
1062
1103
  end
1063
1104
  end
1064
1105
 
@@ -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.74.0"
19
+ GEM_VERSION = "0.75.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260505"
25
+ REVISION = "20260521"
26
26
  end
27
27
  end
28
28
  end
@@ -1415,6 +1415,7 @@ module Google
1415
1415
  # @private
1416
1416
  class Representation < Google::Apis::Core::JsonRepresentation
1417
1417
  property :attack_complexity, as: 'attackComplexity'
1418
+ property :attack_requirements, as: 'attackRequirements'
1418
1419
  property :attack_vector, as: 'attackVector'
1419
1420
  property :authentication, as: 'authentication'
1420
1421
  property :availability_impact, as: 'availabilityImpact'
@@ -1425,7 +1426,13 @@ module Google
1425
1426
  property :integrity_impact, as: 'integrityImpact'
1426
1427
  property :privileges_required, as: 'privilegesRequired'
1427
1428
  property :scope, as: 'scope'
1429
+ property :subsequent_system_availability_impact, as: 'subsequentSystemAvailabilityImpact'
1430
+ property :subsequent_system_confidentiality_impact, as: 'subsequentSystemConfidentialityImpact'
1431
+ property :subsequent_system_integrity_impact, as: 'subsequentSystemIntegrityImpact'
1428
1432
  property :user_interaction, as: 'userInteraction'
1433
+ property :vulnerable_system_availability_impact, as: 'vulnerableSystemAvailabilityImpact'
1434
+ property :vulnerable_system_confidentiality_impact, as: 'vulnerableSystemConfidentialityImpact'
1435
+ property :vulnerable_system_integrity_impact, as: 'vulnerableSystemIntegrityImpact'
1429
1436
  end
1430
1437
  end
1431
1438
 
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.74.0
4
+ version: 0.75.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.74.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.75.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: