google-apis-containeranalysis_v1beta1 0.78.0 → 0.79.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: 5de42704a7c8033a640cdbd5f4c650aa8a038557e2946b7bdf111e4ea4339d14
4
- data.tar.gz: e9a6ce9325bea22a6d928b5fcf1fd6d539cf041ec47195371ae816d09b24bf2b
3
+ metadata.gz: 500c6b12d3fac34f1614e4cc196de7b09686a2ec121206bf7da5b346fc68ae69
4
+ data.tar.gz: 9318142720f3147028782af1bb1f9cf8866627de0202f99e8d369842ebdc0bd8
5
5
  SHA512:
6
- metadata.gz: 50d6f1968bf7a687546fcb5e5dc318e72d6ddea090e58ed314d082fe3a7b548bbc4e3e996690575a95f5b12540508c273736e83adfce2647bcd45059b04569d8
7
- data.tar.gz: cddaf1272b2e3e9e0a603195f4e239d70a952b4a9cc2eb8c09b3f0ce4dbdbda36973940a047a10145e3b9b77aa55c4db7a54da9a90e6cb70f0e9334f94fc1103
6
+ metadata.gz: 1866f283ac451f47b7ee9f6a8b91259febfb859d22adf761cbc2e6bdc8b51b050f97c158712ca7ec224944bd56541268104626b22ff29e9463615f583f625d14
7
+ data.tar.gz: c4ba17b958c7ddfdbf07b531be8f2442884f6720ef9f045095bac4ec0207e2cf43f712b55d7707039473c809ee0630daf6b040bad75d7f5ff8cd1f3e6e79127e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1beta1
2
2
 
3
+ ### v0.79.0 (2026-06-21)
4
+
5
+ * Regenerated from discovery document revision 20260610
6
+
3
7
  ### v0.78.0 (2026-06-14)
4
8
 
5
9
  * Regenerated using generator version 0.19.0
@@ -4418,6 +4418,11 @@ module Google
4418
4418
  # @return [String]
4419
4419
  attr_accessor :category
4420
4420
 
4421
+ # Description of the finding category.
4422
+ # Corresponds to the JSON property `details`
4423
+ # @return [String]
4424
+ attr_accessor :details
4425
+
4421
4426
  # Location details with file path and line number.
4422
4427
  # Corresponds to the JSON property `location`
4423
4428
  # @return [Google::Apis::ContaineranalysisV1beta1::FindingLocation]
@@ -4440,6 +4445,7 @@ module Google
4440
4445
  # Update properties of this object
4441
4446
  def update!(**args)
4442
4447
  @category = args[:category] if args.key?(:category)
4448
+ @details = args[:details] if args.key?(:details)
4443
4449
  @location = args[:location] if args.key?(:location)
4444
4450
  @scanner = args[:scanner] if args.key?(:scanner)
4445
4451
  @severity = args[:severity] if args.key?(:severity)
@@ -4963,6 +4969,17 @@ module Google
4963
4969
  # @return [Google::Apis::ContaineranalysisV1beta1::Cvss]
4964
4970
  attr_accessor :cvss_v3
4965
4971
 
4972
+ # Common Vulnerability Scoring System. This message is compatible with CVSS v2,
4973
+ # v3, and v4. For CVSS v2 details, see https://www.first.org/cvss/v2/guide CVSS
4974
+ # v2 calculator: https://nvd.nist.gov/vuln-metrics/cvss/v2-calculator For CVSS
4975
+ # v3 details, see https://www.first.org/cvss/specification-document CVSS v3
4976
+ # calculator: https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator For CVSS v4
4977
+ # details, see https://www.first.org/cvss/v4.0/user-guide CVSS v4 calculator:
4978
+ # https://nvd.nist.gov/vuln-metrics/cvss/v4-calculator
4979
+ # Corresponds to the JSON property `cvssV4`
4980
+ # @return [Google::Apis::ContaineranalysisV1beta1::Cvss]
4981
+ attr_accessor :cvss_v4
4982
+
4966
4983
  # Output only. CVSS version used to populate cvss_score and severity.
4967
4984
  # Corresponds to the JSON property `cvssVersion`
4968
4985
  # @return [String]
@@ -5033,6 +5050,7 @@ module Google
5033
5050
  @cvss_score = args[:cvss_score] if args.key?(:cvss_score)
5034
5051
  @cvss_v2 = args[:cvss_v2] if args.key?(:cvss_v2)
5035
5052
  @cvss_v3 = args[:cvss_v3] if args.key?(:cvss_v3)
5053
+ @cvss_v4 = args[:cvss_v4] if args.key?(:cvss_v4)
5036
5054
  @cvss_version = args[:cvss_version] if args.key?(:cvss_version)
5037
5055
  @effective_severity = args[:effective_severity] if args.key?(:effective_severity)
5038
5056
  @extra_details = args[:extra_details] if args.key?(:extra_details)
@@ -7672,6 +7690,17 @@ module Google
7672
7690
  # @return [Google::Apis::ContaineranalysisV1beta1::CvsSv3]
7673
7691
  attr_accessor :cvss_v3
7674
7692
 
7693
+ # Common Vulnerability Scoring System. This message is compatible with CVSS v2,
7694
+ # v3, and v4. For CVSS v2 details, see https://www.first.org/cvss/v2/guide CVSS
7695
+ # v2 calculator: https://nvd.nist.gov/vuln-metrics/cvss/v2-calculator For CVSS
7696
+ # v3 details, see https://www.first.org/cvss/specification-document CVSS v3
7697
+ # calculator: https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator For CVSS v4
7698
+ # details, see https://www.first.org/cvss/v4.0/user-guide CVSS v4 calculator:
7699
+ # https://nvd.nist.gov/vuln-metrics/cvss/v4-calculator
7700
+ # Corresponds to the JSON property `cvssV4`
7701
+ # @return [Google::Apis::ContaineranalysisV1beta1::Cvss]
7702
+ attr_accessor :cvss_v4
7703
+
7675
7704
  # CVSS version used to populate cvss_score and severity.
7676
7705
  # Corresponds to the JSON property `cvssVersion`
7677
7706
  # @return [String]
@@ -7720,6 +7749,7 @@ module Google
7720
7749
  @cvss_score = args[:cvss_score] if args.key?(:cvss_score)
7721
7750
  @cvss_v2 = args[:cvss_v2] if args.key?(:cvss_v2)
7722
7751
  @cvss_v3 = args[:cvss_v3] if args.key?(:cvss_v3)
7752
+ @cvss_v4 = args[:cvss_v4] if args.key?(:cvss_v4)
7723
7753
  @cvss_version = args[:cvss_version] if args.key?(:cvss_version)
7724
7754
  @cwe = args[:cwe] if args.key?(:cwe)
7725
7755
  @details = args[:details] if args.key?(:details)
@@ -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.78.0"
19
+ GEM_VERSION = "0.79.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 = "20260521"
25
+ REVISION = "20260610"
26
26
  end
27
27
  end
28
28
  end
@@ -2255,6 +2255,7 @@ module Google
2255
2255
  # @private
2256
2256
  class Representation < Google::Apis::Core::JsonRepresentation
2257
2257
  property :category, as: 'category'
2258
+ property :details, as: 'details'
2258
2259
  property :location, as: 'location', class: Google::Apis::ContaineranalysisV1beta1::FindingLocation, decorator: Google::Apis::ContaineranalysisV1beta1::FindingLocation::Representation
2259
2260
 
2260
2261
  property :scanner, as: 'scanner'
@@ -2426,6 +2427,8 @@ module Google
2426
2427
 
2427
2428
  property :cvss_v3, as: 'cvssV3', class: Google::Apis::ContaineranalysisV1beta1::Cvss, decorator: Google::Apis::ContaineranalysisV1beta1::Cvss::Representation
2428
2429
 
2430
+ property :cvss_v4, as: 'cvssV4', class: Google::Apis::ContaineranalysisV1beta1::Cvss, decorator: Google::Apis::ContaineranalysisV1beta1::Cvss::Representation
2431
+
2429
2432
  property :cvss_version, as: 'cvssVersion'
2430
2433
  property :effective_severity, as: 'effectiveSeverity'
2431
2434
  property :extra_details, as: 'extraDetails'
@@ -3145,6 +3148,8 @@ module Google
3145
3148
 
3146
3149
  property :cvss_v3, as: 'cvssV3', class: Google::Apis::ContaineranalysisV1beta1::CvsSv3, decorator: Google::Apis::ContaineranalysisV1beta1::CvsSv3::Representation
3147
3150
 
3151
+ property :cvss_v4, as: 'cvssV4', class: Google::Apis::ContaineranalysisV1beta1::Cvss, decorator: Google::Apis::ContaineranalysisV1beta1::Cvss::Representation
3152
+
3148
3153
  property :cvss_version, as: 'cvssVersion'
3149
3154
  collection :cwe, as: 'cwe'
3150
3155
  collection :details, as: 'details', class: Google::Apis::ContaineranalysisV1beta1::Detail, decorator: Google::Apis::ContaineranalysisV1beta1::Detail::Representation
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.78.0
4
+ version: 0.79.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.78.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.79.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: