google-apis-containeranalysis_v1beta1 0.76.0 → 0.77.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: 794fe6667711037ae5aa70e700e9f82ba7a7efd1111b779238fe9def933b14d5
4
- data.tar.gz: b80e94ecd592725f9475e88fd7f46018e6f6d5f81fb81dc1a1667ea168593a6b
3
+ metadata.gz: 60fab316c5d4d33b82778952a0c500be8661faba6f201ad0bd749a7c90224c2a
4
+ data.tar.gz: 8053486e0825333e84b29508128cfc858ba74cbf54fa17238f96212448a9296a
5
5
  SHA512:
6
- metadata.gz: b2ba51cc9f3658e8fcb2d013801247939cc70baeb5f7e49d973f7f3e06e0e4221664ad16f40b3a6ecab29c41643cef5366f5d4bec56ae8749f8a6a07a4f74d5a
7
- data.tar.gz: e2aebaef3342e6876cd6e3a6f66614fb6724049dbfc6eadb030e4bafc6688cb72974cfce5edc86343a68fa067164166474cb9a3636f6ae1401d4d8f170b24a10
6
+ metadata.gz: '0681f92c2f092b13c30e73802cf652d633974d8476bf2ff7cc54948b09b9d22386348d3499e06b9e5de4ff99852637da0105ecfc9f40c4e6cf5fec1d30e6388f'
7
+ data.tar.gz: 7a3f7492b6495698ce19aae75b35f3aa3cca0c2e9a74c127b5394a867bd7bdfbacf6ad3e4d812e713b51ec2116db2246c04b1bd650f66d601a607817d5a827be
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1beta1
2
2
 
3
+ ### v0.77.0 (2026-05-31)
4
+
5
+ * Regenerated from discovery document revision 20260521
6
+
3
7
  ### v0.76.0 (2026-05-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20260505
@@ -974,32 +974,37 @@ module Google
974
974
  end
975
975
  end
976
976
 
977
- # Common Vulnerability Scoring System. This message is compatible with CVSS v2
978
- # and v3. For CVSS v2 details, see https://www.first.org/cvss/v2/guide CVSS v2
979
- # calculator: https://nvd.nist.gov/vuln-metrics/cvss/v2-calculator For CVSS v3
980
- # details, see https://www.first.org/cvss/specification-document CVSS v3
981
- # calculator: https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator
977
+ # Common Vulnerability Scoring System. This message is compatible with CVSS v2,
978
+ # v3, and v4. For CVSS v2 details, see https://www.first.org/cvss/v2/guide CVSS
979
+ # v2 calculator: https://nvd.nist.gov/vuln-metrics/cvss/v2-calculator For CVSS
980
+ # v3 details, see https://www.first.org/cvss/specification-document CVSS v3
981
+ # calculator: https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator For CVSS v4
982
+ # details, see https://www.first.org/cvss/v4.0/user-guide CVSS v4 calculator:
983
+ # https://nvd.nist.gov/vuln-metrics/cvss/v4-calculator
982
984
  class Cvss
983
985
  include Google::Apis::Core::Hashable
984
986
 
985
- # Defined in CVSS v3, CVSS v2
987
+ # Attack Complexity (AC). Defined in CVSS v2, v3, v4.
986
988
  # Corresponds to the JSON property `attackComplexity`
987
989
  # @return [String]
988
990
  attr_accessor :attack_complexity
989
991
 
990
- # Base Metrics Represents the intrinsic characteristics of a vulnerability that
991
- # are constant over time and across user environments. Defined in CVSS v3, CVSS
992
- # v2
992
+ # Attack Requirements (AT). Defined in CVSS v4.
993
+ # Corresponds to the JSON property `attackRequirements`
994
+ # @return [String]
995
+ attr_accessor :attack_requirements
996
+
997
+ # Attack Vector (AV). Defined in CVSS v2, v3, v4.
993
998
  # Corresponds to the JSON property `attackVector`
994
999
  # @return [String]
995
1000
  attr_accessor :attack_vector
996
1001
 
997
- # Defined in CVSS v2
1002
+ # Authentication (Au). Defined in CVSS v2.
998
1003
  # Corresponds to the JSON property `authentication`
999
1004
  # @return [String]
1000
1005
  attr_accessor :authentication
1001
1006
 
1002
- # Defined in CVSS v3, CVSS v2
1007
+ # Availability Impact (A). Defined in CVSS v2, v3.
1003
1008
  # Corresponds to the JSON property `availabilityImpact`
1004
1009
  # @return [String]
1005
1010
  attr_accessor :availability_impact
@@ -1009,7 +1014,7 @@ module Google
1009
1014
  # @return [Float]
1010
1015
  attr_accessor :base_score
1011
1016
 
1012
- # Defined in CVSS v3, CVSS v2
1017
+ # Confidentiality Impact (C). Defined in CVSS v2, v3.
1013
1018
  # Corresponds to the JSON property `confidentialityImpact`
1014
1019
  # @return [String]
1015
1020
  attr_accessor :confidentiality_impact
@@ -1024,26 +1029,56 @@ module Google
1024
1029
  # @return [Float]
1025
1030
  attr_accessor :impact_score
1026
1031
 
1027
- # Defined in CVSS v3, CVSS v2
1032
+ # Integrity Impact (I). Defined in CVSS v2, v3.
1028
1033
  # Corresponds to the JSON property `integrityImpact`
1029
1034
  # @return [String]
1030
1035
  attr_accessor :integrity_impact
1031
1036
 
1032
- # Defined in CVSS v3
1037
+ # Privileges Required (PR). Defined in CVSS v3, v4.
1033
1038
  # Corresponds to the JSON property `privilegesRequired`
1034
1039
  # @return [String]
1035
1040
  attr_accessor :privileges_required
1036
1041
 
1037
- # Defined in CVSS v3
1042
+ # Scope (S). Defined in CVSS v3.
1038
1043
  # Corresponds to the JSON property `scope`
1039
1044
  # @return [String]
1040
1045
  attr_accessor :scope
1041
1046
 
1042
- # Defined in CVSS v3
1047
+ # Subsequent System Availability Impact (SA). Defined in CVSS v4.
1048
+ # Corresponds to the JSON property `subsequentSystemAvailabilityImpact`
1049
+ # @return [String]
1050
+ attr_accessor :subsequent_system_availability_impact
1051
+
1052
+ # Subsequent System Confidentiality Impact (SC). Defined in CVSS v4.
1053
+ # Corresponds to the JSON property `subsequentSystemConfidentialityImpact`
1054
+ # @return [String]
1055
+ attr_accessor :subsequent_system_confidentiality_impact
1056
+
1057
+ # Subsequent System Integrity Impact (SI). Defined in CVSS v4.
1058
+ # Corresponds to the JSON property `subsequentSystemIntegrityImpact`
1059
+ # @return [String]
1060
+ attr_accessor :subsequent_system_integrity_impact
1061
+
1062
+ # User Interaction (UI). Defined in CVSS v3, v4.
1043
1063
  # Corresponds to the JSON property `userInteraction`
1044
1064
  # @return [String]
1045
1065
  attr_accessor :user_interaction
1046
1066
 
1067
+ # Vulnerable System Availability Impact (VA). Defined in CVSS v4.
1068
+ # Corresponds to the JSON property `vulnerableSystemAvailabilityImpact`
1069
+ # @return [String]
1070
+ attr_accessor :vulnerable_system_availability_impact
1071
+
1072
+ # Vulnerable System Confidentiality Impact (VC). Defined in CVSS v4.
1073
+ # Corresponds to the JSON property `vulnerableSystemConfidentialityImpact`
1074
+ # @return [String]
1075
+ attr_accessor :vulnerable_system_confidentiality_impact
1076
+
1077
+ # Vulnerable System Integrity Impact (VI). Defined in CVSS v4.
1078
+ # Corresponds to the JSON property `vulnerableSystemIntegrityImpact`
1079
+ # @return [String]
1080
+ attr_accessor :vulnerable_system_integrity_impact
1081
+
1047
1082
  def initialize(**args)
1048
1083
  update!(**args)
1049
1084
  end
@@ -1051,6 +1086,7 @@ module Google
1051
1086
  # Update properties of this object
1052
1087
  def update!(**args)
1053
1088
  @attack_complexity = args[:attack_complexity] if args.key?(:attack_complexity)
1089
+ @attack_requirements = args[:attack_requirements] if args.key?(:attack_requirements)
1054
1090
  @attack_vector = args[:attack_vector] if args.key?(:attack_vector)
1055
1091
  @authentication = args[:authentication] if args.key?(:authentication)
1056
1092
  @availability_impact = args[:availability_impact] if args.key?(:availability_impact)
@@ -1061,7 +1097,13 @@ module Google
1061
1097
  @integrity_impact = args[:integrity_impact] if args.key?(:integrity_impact)
1062
1098
  @privileges_required = args[:privileges_required] if args.key?(:privileges_required)
1063
1099
  @scope = args[:scope] if args.key?(:scope)
1100
+ @subsequent_system_availability_impact = args[:subsequent_system_availability_impact] if args.key?(:subsequent_system_availability_impact)
1101
+ @subsequent_system_confidentiality_impact = args[:subsequent_system_confidentiality_impact] if args.key?(:subsequent_system_confidentiality_impact)
1102
+ @subsequent_system_integrity_impact = args[:subsequent_system_integrity_impact] if args.key?(:subsequent_system_integrity_impact)
1064
1103
  @user_interaction = args[:user_interaction] if args.key?(:user_interaction)
1104
+ @vulnerable_system_availability_impact = args[:vulnerable_system_availability_impact] if args.key?(:vulnerable_system_availability_impact)
1105
+ @vulnerable_system_confidentiality_impact = args[:vulnerable_system_confidentiality_impact] if args.key?(:vulnerable_system_confidentiality_impact)
1106
+ @vulnerable_system_integrity_impact = args[:vulnerable_system_integrity_impact] if args.key?(:vulnerable_system_integrity_impact)
1065
1107
  end
1066
1108
  end
1067
1109
 
@@ -4899,20 +4941,24 @@ module Google
4899
4941
  # @return [Float]
4900
4942
  attr_accessor :cvss_score
4901
4943
 
4902
- # Common Vulnerability Scoring System. This message is compatible with CVSS v2
4903
- # and v3. For CVSS v2 details, see https://www.first.org/cvss/v2/guide CVSS v2
4904
- # calculator: https://nvd.nist.gov/vuln-metrics/cvss/v2-calculator For CVSS v3
4905
- # details, see https://www.first.org/cvss/specification-document CVSS v3
4906
- # calculator: https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator
4944
+ # Common Vulnerability Scoring System. This message is compatible with CVSS v2,
4945
+ # v3, and v4. For CVSS v2 details, see https://www.first.org/cvss/v2/guide CVSS
4946
+ # v2 calculator: https://nvd.nist.gov/vuln-metrics/cvss/v2-calculator For CVSS
4947
+ # v3 details, see https://www.first.org/cvss/specification-document CVSS v3
4948
+ # calculator: https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator For CVSS v4
4949
+ # details, see https://www.first.org/cvss/v4.0/user-guide CVSS v4 calculator:
4950
+ # https://nvd.nist.gov/vuln-metrics/cvss/v4-calculator
4907
4951
  # Corresponds to the JSON property `cvssV2`
4908
4952
  # @return [Google::Apis::ContaineranalysisV1beta1::Cvss]
4909
4953
  attr_accessor :cvss_v2
4910
4954
 
4911
- # Common Vulnerability Scoring System. This message is compatible with CVSS v2
4912
- # and v3. For CVSS v2 details, see https://www.first.org/cvss/v2/guide CVSS v2
4913
- # calculator: https://nvd.nist.gov/vuln-metrics/cvss/v2-calculator For CVSS v3
4914
- # details, see https://www.first.org/cvss/specification-document CVSS v3
4915
- # calculator: https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator
4955
+ # Common Vulnerability Scoring System. This message is compatible with CVSS v2,
4956
+ # v3, and v4. For CVSS v2 details, see https://www.first.org/cvss/v2/guide CVSS
4957
+ # v2 calculator: https://nvd.nist.gov/vuln-metrics/cvss/v2-calculator For CVSS
4958
+ # v3 details, see https://www.first.org/cvss/specification-document CVSS v3
4959
+ # calculator: https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator For CVSS v4
4960
+ # details, see https://www.first.org/cvss/v4.0/user-guide CVSS v4 calculator:
4961
+ # https://nvd.nist.gov/vuln-metrics/cvss/v4-calculator
4916
4962
  # Corresponds to the JSON property `cvssV3`
4917
4963
  # @return [Google::Apis::ContaineranalysisV1beta1::Cvss]
4918
4964
  attr_accessor :cvss_v3
@@ -7609,11 +7655,13 @@ module Google
7609
7655
  # @return [Float]
7610
7656
  attr_accessor :cvss_score
7611
7657
 
7612
- # Common Vulnerability Scoring System. This message is compatible with CVSS v2
7613
- # and v3. For CVSS v2 details, see https://www.first.org/cvss/v2/guide CVSS v2
7614
- # calculator: https://nvd.nist.gov/vuln-metrics/cvss/v2-calculator For CVSS v3
7615
- # details, see https://www.first.org/cvss/specification-document CVSS v3
7616
- # calculator: https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator
7658
+ # Common Vulnerability Scoring System. This message is compatible with CVSS v2,
7659
+ # v3, and v4. For CVSS v2 details, see https://www.first.org/cvss/v2/guide CVSS
7660
+ # v2 calculator: https://nvd.nist.gov/vuln-metrics/cvss/v2-calculator For CVSS
7661
+ # v3 details, see https://www.first.org/cvss/specification-document CVSS v3
7662
+ # calculator: https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator For CVSS v4
7663
+ # details, see https://www.first.org/cvss/v4.0/user-guide CVSS v4 calculator:
7664
+ # https://nvd.nist.gov/vuln-metrics/cvss/v4-calculator
7617
7665
  # Corresponds to the JSON property `cvssV2`
7618
7666
  # @return [Google::Apis::ContaineranalysisV1beta1::Cvss]
7619
7667
  attr_accessor :cvss_v2
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContaineranalysisV1beta1
18
18
  # Version of the google-apis-containeranalysis_v1beta1 gem
19
- GEM_VERSION = "0.76.0"
19
+ GEM_VERSION = "0.77.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
@@ -1369,6 +1369,7 @@ module Google
1369
1369
  # @private
1370
1370
  class Representation < Google::Apis::Core::JsonRepresentation
1371
1371
  property :attack_complexity, as: 'attackComplexity'
1372
+ property :attack_requirements, as: 'attackRequirements'
1372
1373
  property :attack_vector, as: 'attackVector'
1373
1374
  property :authentication, as: 'authentication'
1374
1375
  property :availability_impact, as: 'availabilityImpact'
@@ -1379,7 +1380,13 @@ module Google
1379
1380
  property :integrity_impact, as: 'integrityImpact'
1380
1381
  property :privileges_required, as: 'privilegesRequired'
1381
1382
  property :scope, as: 'scope'
1383
+ property :subsequent_system_availability_impact, as: 'subsequentSystemAvailabilityImpact'
1384
+ property :subsequent_system_confidentiality_impact, as: 'subsequentSystemConfidentialityImpact'
1385
+ property :subsequent_system_integrity_impact, as: 'subsequentSystemIntegrityImpact'
1382
1386
  property :user_interaction, as: 'userInteraction'
1387
+ property :vulnerable_system_availability_impact, as: 'vulnerableSystemAvailabilityImpact'
1388
+ property :vulnerable_system_confidentiality_impact, as: 'vulnerableSystemConfidentialityImpact'
1389
+ property :vulnerable_system_integrity_impact, as: 'vulnerableSystemIntegrityImpact'
1383
1390
  end
1384
1391
  end
1385
1392
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-containeranalysis_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.76.0
4
+ version: 0.77.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_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.76.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.77.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: