google-apis-containeranalysis_v1alpha1 0.85.0 → 0.86.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: 536b417ae618570f07cb6aa72e8686bed5f44fa000ad0b8f7a37c33bbb3b1da4
4
- data.tar.gz: 12c600f756a1519ae42fe12c4458f036a14ae37f508f183f98a1a9d5a86a0dad
3
+ metadata.gz: 4c23f936c335596aa664c5700b7b587f970aca267b39b78b0c4d0c070b2cb8fa
4
+ data.tar.gz: fc9a8c3d8efba3b4886dcca4000e9571946e8171bddf87998b4e5e7b1ae39a1c
5
5
  SHA512:
6
- metadata.gz: 9dea8182b91629b5d1aa112860a89178a90c17a076b590e1ae9f8fd09f0bef6cff85466e681ec1114da54fa9522e5197cb2e720bdb5f0f17d40427335579ec79
7
- data.tar.gz: 83905bc180359b52ded9e2bc9c98ce9b199aa01a7c106b3d791ab41246997b06b51f6e9c5e09d05bd3f7c924782dba2a48d3e1ad200510385b60a377a4306d89
6
+ metadata.gz: 8d2778e9bc7d513d188beb60723f511be948628c23b790d5be91b26deda27159e342e3c4e54c49a994f90efa42a67c8fdb9a53febc45b6e2362d7c76ce8d5738
7
+ data.tar.gz: 3354ca6aae7acd233e5cfeb0804dbdaceb7f83eb13ce06fd6e477fa813817b936741f5446a8202e2a9dd3abb531663cda8e2f6592f5eacb483de8ef690554636
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1alpha1
2
2
 
3
+ ### v0.86.0 (2026-06-21)
4
+
5
+ * Regenerated from discovery document revision 20260610
6
+
3
7
  ### v0.85.0 (2026-06-14)
4
8
 
5
9
  * Regenerated using generator version 0.19.0
@@ -4584,6 +4584,11 @@ module Google
4584
4584
  # @return [String]
4585
4585
  attr_accessor :category
4586
4586
 
4587
+ # Optional. Description of the finding category.
4588
+ # Corresponds to the JSON property `details`
4589
+ # @return [String]
4590
+ attr_accessor :details
4591
+
4587
4592
  # Location details with file path and line number.
4588
4593
  # Corresponds to the JSON property `location`
4589
4594
  # @return [Google::Apis::ContaineranalysisV1alpha1::FindingLocation]
@@ -4607,6 +4612,7 @@ module Google
4607
4612
  # Update properties of this object
4608
4613
  def update!(**args)
4609
4614
  @category = args[:category] if args.key?(:category)
4615
+ @details = args[:details] if args.key?(:details)
4610
4616
  @location = args[:location] if args.key?(:location)
4611
4617
  @scanner = args[:scanner] if args.key?(:scanner)
4612
4618
  @severity = args[:severity] if args.key?(:severity)
@@ -8557,6 +8563,17 @@ module Google
8557
8563
  # @return [Google::Apis::ContaineranalysisV1alpha1::Cvss]
8558
8564
  attr_accessor :cvss_v3
8559
8565
 
8566
+ # Common Vulnerability Scoring System. This message is compatible with CVSS v2
8567
+ # and v3. For CVSS v2 details, see https://www.first.org/cvss/v2/guide CVSS v2
8568
+ # calculator: https://nvd.nist.gov/vuln-metrics/cvss/v2-calculator For CVSS v3
8569
+ # details, see https://www.first.org/cvss/specification-document CVSS v3
8570
+ # calculator: https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator For CVSS v4
8571
+ # details, see https://www.first.org/cvss/v4.0/user-guide CVSS v4 calculator:
8572
+ # https://nvd.nist.gov/vuln-metrics/cvss/v4-calculator
8573
+ # Corresponds to the JSON property `cvssV4`
8574
+ # @return [Google::Apis::ContaineranalysisV1alpha1::Cvss]
8575
+ attr_accessor :cvss_v4
8576
+
8560
8577
  # Output only. CVSS version used to populate cvss_score and severity.
8561
8578
  # Corresponds to the JSON property `cvssVersion`
8562
8579
  # @return [String]
@@ -8619,6 +8636,7 @@ module Google
8619
8636
  @cvss_score = args[:cvss_score] if args.key?(:cvss_score)
8620
8637
  @cvss_v2 = args[:cvss_v2] if args.key?(:cvss_v2)
8621
8638
  @cvss_v3 = args[:cvss_v3] if args.key?(:cvss_v3)
8639
+ @cvss_v4 = args[:cvss_v4] if args.key?(:cvss_v4)
8622
8640
  @cvss_version = args[:cvss_version] if args.key?(:cvss_version)
8623
8641
  @effective_severity = args[:effective_severity] if args.key?(:effective_severity)
8624
8642
  @extra_details = args[:extra_details] if args.key?(:extra_details)
@@ -8697,6 +8715,17 @@ module Google
8697
8715
  # @return [Google::Apis::ContaineranalysisV1alpha1::Cvss]
8698
8716
  attr_accessor :cvss_v2
8699
8717
 
8718
+ # Common Vulnerability Scoring System. This message is compatible with CVSS v2
8719
+ # and v3. For CVSS v2 details, see https://www.first.org/cvss/v2/guide CVSS v2
8720
+ # calculator: https://nvd.nist.gov/vuln-metrics/cvss/v2-calculator For CVSS v3
8721
+ # details, see https://www.first.org/cvss/specification-document CVSS v3
8722
+ # calculator: https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator For CVSS v4
8723
+ # details, see https://www.first.org/cvss/v4.0/user-guide CVSS v4 calculator:
8724
+ # https://nvd.nist.gov/vuln-metrics/cvss/v4-calculator
8725
+ # Corresponds to the JSON property `cvssV4`
8726
+ # @return [Google::Apis::ContaineranalysisV1alpha1::Cvss]
8727
+ attr_accessor :cvss_v4
8728
+
8700
8729
  # CVSS version used to populate cvss_score and severity.
8701
8730
  # Corresponds to the JSON property `cvssVersion`
8702
8731
  # @return [String]
@@ -8729,6 +8758,7 @@ module Google
8729
8758
  @advisory_publish_time = args[:advisory_publish_time] if args.key?(:advisory_publish_time)
8730
8759
  @cvss_score = args[:cvss_score] if args.key?(:cvss_score)
8731
8760
  @cvss_v2 = args[:cvss_v2] if args.key?(:cvss_v2)
8761
+ @cvss_v4 = args[:cvss_v4] if args.key?(:cvss_v4)
8732
8762
  @cvss_version = args[:cvss_version] if args.key?(:cvss_version)
8733
8763
  @cwe = args[:cwe] if args.key?(:cwe)
8734
8764
  @details = args[:details] if args.key?(:details)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContaineranalysisV1alpha1
18
18
  # Version of the google-apis-containeranalysis_v1alpha1 gem
19
- GEM_VERSION = "0.85.0"
19
+ GEM_VERSION = "0.86.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 = "20260505"
25
+ REVISION = "20260610"
26
26
  end
27
27
  end
28
28
  end
@@ -2381,6 +2381,7 @@ module Google
2381
2381
  # @private
2382
2382
  class Representation < Google::Apis::Core::JsonRepresentation
2383
2383
  property :category, as: 'category'
2384
+ property :details, as: 'details'
2384
2385
  property :location, as: 'location', class: Google::Apis::ContaineranalysisV1alpha1::FindingLocation, decorator: Google::Apis::ContaineranalysisV1alpha1::FindingLocation::Representation
2385
2386
 
2386
2387
  property :scanner, as: 'scanner'
@@ -3465,6 +3466,8 @@ module Google
3465
3466
 
3466
3467
  property :cvss_v3, as: 'cvssV3', class: Google::Apis::ContaineranalysisV1alpha1::Cvss, decorator: Google::Apis::ContaineranalysisV1alpha1::Cvss::Representation
3467
3468
 
3469
+ property :cvss_v4, as: 'cvssV4', class: Google::Apis::ContaineranalysisV1alpha1::Cvss, decorator: Google::Apis::ContaineranalysisV1alpha1::Cvss::Representation
3470
+
3468
3471
  property :cvss_version, as: 'cvssVersion'
3469
3472
  property :effective_severity, as: 'effectiveSeverity'
3470
3473
  property :extra_details, as: 'extraDetails'
@@ -3498,6 +3501,8 @@ module Google
3498
3501
  property :cvss_score, as: 'cvssScore'
3499
3502
  property :cvss_v2, as: 'cvssV2', class: Google::Apis::ContaineranalysisV1alpha1::Cvss, decorator: Google::Apis::ContaineranalysisV1alpha1::Cvss::Representation
3500
3503
 
3504
+ property :cvss_v4, as: 'cvssV4', class: Google::Apis::ContaineranalysisV1alpha1::Cvss, decorator: Google::Apis::ContaineranalysisV1alpha1::Cvss::Representation
3505
+
3501
3506
  property :cvss_version, as: 'cvssVersion'
3502
3507
  collection :cwe, as: 'cwe'
3503
3508
  collection :details, as: 'details', class: Google::Apis::ContaineranalysisV1alpha1::Detail, decorator: Google::Apis::ContaineranalysisV1alpha1::Detail::Representation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-containeranalysis_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.85.0
4
+ version: 0.86.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_v1alpha1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.85.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.86.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1
62
62
  rdoc_options: []
63
63
  require_paths: