google-apis-containeranalysis_v1 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: a4a5cdc74a3b96742fcf11b3a53db6e449890bd376128ebe51d11723b72a8360
4
- data.tar.gz: 7d25258ad2e1ce4833ac3f80c040dab61ed3aea630f171615211b76e24aa13fe
3
+ metadata.gz: 8f52f392473fc8ce67a4f216e55e56ff08795a11becd548e68e1e0d79d67b46d
4
+ data.tar.gz: 4a9fb5cfdce12a2ebbdd651ed176078d3ada7f949f1f15a4af636f4517883a99
5
5
  SHA512:
6
- metadata.gz: 95130e64acc9f0c36c1363e1e30eed201758e3105fd2ffa891303917adc9157d0e27f3a9eb6b67fbf186c26ab9c8763498ffb2c03b6723e9ecb4f545e6a0d22d
7
- data.tar.gz: 66f90335f5415a50490a9d339a4a1b7e36b5a50986454db08f65890ee68943e90163b8e5fd12e54f0a472ff95617565241df40057591f6e5c1c7f2208545f035
6
+ metadata.gz: b4eac443cab7ac09168621ffd60c5ef74a8f6b52d84a46a3a9bc392906ccb318d45f539b8d54ac981c30fab268913299c253cf2aee274129e7ef338f95c322f8
7
+ data.tar.gz: d4cc115d62629bcddc92592a57f9501af6a823ef865515fb9b7acf0fccc3b55cf976747e66501c89c514c3fc0f65b50a99dd6b5a5d25caac4182e8399a06326c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1
2
2
 
3
+ ### v0.77.0 (2026-06-21)
4
+
5
+ * Regenerated from discovery document revision 20260610
6
+
3
7
  ### v0.76.0 (2026-06-14)
4
8
 
5
9
  * Regenerated using generator version 0.19.0
@@ -4421,6 +4421,11 @@ module Google
4421
4421
  # @return [String]
4422
4422
  attr_accessor :category
4423
4423
 
4424
+ # Description of the finding category.
4425
+ # Corresponds to the JSON property `details`
4426
+ # @return [String]
4427
+ attr_accessor :details
4428
+
4424
4429
  # Location details with file path and line number.
4425
4430
  # Corresponds to the JSON property `location`
4426
4431
  # @return [Google::Apis::ContaineranalysisV1::FindingLocation]
@@ -4443,6 +4448,7 @@ module Google
4443
4448
  # Update properties of this object
4444
4449
  def update!(**args)
4445
4450
  @category = args[:category] if args.key?(:category)
4451
+ @details = args[:details] if args.key?(:details)
4446
4452
  @location = args[:location] if args.key?(:location)
4447
4453
  @scanner = args[:scanner] if args.key?(:scanner)
4448
4454
  @severity = args[:severity] if args.key?(:severity)
@@ -7881,6 +7887,14 @@ module Google
7881
7887
  # @return [Google::Apis::ContaineranalysisV1::CvsSv3]
7882
7888
  attr_accessor :cvss_v3
7883
7889
 
7890
+ # Common Vulnerability Scoring System. For details, see https://www.first.org/
7891
+ # cvss/specification-document This is a message we will try to use for storing
7892
+ # various versions of CVSS rather than making a separate proto for storing a
7893
+ # specific version.
7894
+ # Corresponds to the JSON property `cvssV4`
7895
+ # @return [Google::Apis::ContaineranalysisV1::Cvss]
7896
+ attr_accessor :cvss_v4
7897
+
7884
7898
  # CVSS version used to populate cvss_score and severity.
7885
7899
  # Corresponds to the JSON property `cvssVersion`
7886
7900
  # @return [String]
@@ -7921,6 +7935,7 @@ module Google
7921
7935
  @cvss_score = args[:cvss_score] if args.key?(:cvss_score)
7922
7936
  @cvss_v2 = args[:cvss_v2] if args.key?(:cvss_v2)
7923
7937
  @cvss_v3 = args[:cvss_v3] if args.key?(:cvss_v3)
7938
+ @cvss_v4 = args[:cvss_v4] if args.key?(:cvss_v4)
7924
7939
  @cvss_version = args[:cvss_version] if args.key?(:cvss_version)
7925
7940
  @details = args[:details] if args.key?(:details)
7926
7941
  @severity = args[:severity] if args.key?(:severity)
@@ -7947,6 +7962,14 @@ module Google
7947
7962
  # @return [Google::Apis::ContaineranalysisV1::Cvss]
7948
7963
  attr_accessor :cvss_v2
7949
7964
 
7965
+ # Common Vulnerability Scoring System. For details, see https://www.first.org/
7966
+ # cvss/specification-document This is a message we will try to use for storing
7967
+ # various versions of CVSS rather than making a separate proto for storing a
7968
+ # specific version.
7969
+ # Corresponds to the JSON property `cvssV4`
7970
+ # @return [Google::Apis::ContaineranalysisV1::Cvss]
7971
+ attr_accessor :cvss_v4
7972
+
7950
7973
  # Output only. CVSS version used to populate cvss_score and severity.
7951
7974
  # Corresponds to the JSON property `cvssVersion`
7952
7975
  # @return [String]
@@ -8034,6 +8057,7 @@ module Google
8034
8057
  def update!(**args)
8035
8058
  @cvss_score = args[:cvss_score] if args.key?(:cvss_score)
8036
8059
  @cvss_v2 = args[:cvss_v2] if args.key?(:cvss_v2)
8060
+ @cvss_v4 = args[:cvss_v4] if args.key?(:cvss_v4)
8037
8061
  @cvss_version = args[:cvss_version] if args.key?(:cvss_version)
8038
8062
  @cvssv3 = args[:cvssv3] if args.key?(:cvssv3)
8039
8063
  @effective_severity = args[:effective_severity] if args.key?(:effective_severity)
@@ -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.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.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
@@ -2315,6 +2315,7 @@ module Google
2315
2315
  # @private
2316
2316
  class Representation < Google::Apis::Core::JsonRepresentation
2317
2317
  property :category, as: 'category'
2318
+ property :details, as: 'details'
2318
2319
  property :location, as: 'location', class: Google::Apis::ContaineranalysisV1::FindingLocation, decorator: Google::Apis::ContaineranalysisV1::FindingLocation::Representation
2319
2320
 
2320
2321
  property :scanner, as: 'scanner'
@@ -3271,6 +3272,8 @@ module Google
3271
3272
 
3272
3273
  property :cvss_v3, as: 'cvssV3', class: Google::Apis::ContaineranalysisV1::CvsSv3, decorator: Google::Apis::ContaineranalysisV1::CvsSv3::Representation
3273
3274
 
3275
+ property :cvss_v4, as: 'cvssV4', class: Google::Apis::ContaineranalysisV1::Cvss, decorator: Google::Apis::ContaineranalysisV1::Cvss::Representation
3276
+
3274
3277
  property :cvss_version, as: 'cvssVersion'
3275
3278
  collection :details, as: 'details', class: Google::Apis::ContaineranalysisV1::Detail, decorator: Google::Apis::ContaineranalysisV1::Detail::Representation
3276
3279
 
@@ -3287,6 +3290,8 @@ module Google
3287
3290
  property :cvss_score, as: 'cvssScore'
3288
3291
  property :cvss_v2, as: 'cvssV2', class: Google::Apis::ContaineranalysisV1::Cvss, decorator: Google::Apis::ContaineranalysisV1::Cvss::Representation
3289
3292
 
3293
+ property :cvss_v4, as: 'cvssV4', class: Google::Apis::ContaineranalysisV1::Cvss, decorator: Google::Apis::ContaineranalysisV1::Cvss::Representation
3294
+
3290
3295
  property :cvss_version, as: 'cvssVersion'
3291
3296
  property :cvssv3, as: 'cvssv3', class: Google::Apis::ContaineranalysisV1::Cvss, decorator: Google::Apis::ContaineranalysisV1::Cvss::Representation
3292
3297
 
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.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.76.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.77.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: