google-apis-containeranalysis_v1beta1 0.18.0 → 0.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 67293f7d91760d56f41463e71aa70c13b77bf905a4109de8f0d17dc3ecca10e6
4
- data.tar.gz: 71860db5bf2d86976a3ef9e3d6483a7efe36732668a47c83eb8d31bfb3fb5175
3
+ metadata.gz: 40c472679b7625efb0bcf899f56867ca760162d4292743994c0c2faea81876a7
4
+ data.tar.gz: 26dc71c2fb7287da2e55225176c7d064a8dd77f33e9d296d2dfa8c30daf97a6b
5
5
  SHA512:
6
- metadata.gz: df68f5277e82f4edf7247603c322251997567509b31ed53882242e789b41f5ac29aacdbe232aaf1b805ed8b90715155db621d0ca6f5e03ac2e185bc7bb205160
7
- data.tar.gz: 1067b5449644687a6bdad20365591addb5101281be3a55a28449965c355c162466c86ccb24773b4372e7fbf138c5b8c4dd97d9f5ed28e4c27ebd14daa0fd1486
6
+ metadata.gz: 38e4762cbd2f2dd373bcb1eaf9005a73fecf93bb8ef104f872c6338fa9444132ff6b707b3fb388d30731aaec1c7aec57ae57ded62c6a1bbf6bfb84249ff9fa3f
7
+ data.tar.gz: 7574fd11dd3f5ae69bf30b05fcd15114cf2d94062199fee6c9f3dc6f3a911b7701f2807cc15fa322fdff5514f957cce75c771c921ede85f5bb62aa2c73b9cd0f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-containeranalysis_v1beta1
2
2
 
3
+ ### v0.21.0 (2022-06-17)
4
+
5
+ * Regenerated using generator version 0.6.0
6
+
7
+ ### v0.20.0 (2022-06-08)
8
+
9
+ * Regenerated from discovery document revision 20220602
10
+ * Regenerated using generator version 0.5.0
11
+
12
+ ### v0.19.0 (2022-05-18)
13
+
14
+ * Regenerated from discovery document revision 20220513
15
+
3
16
  ### v0.18.0 (2022-05-11)
4
17
 
5
18
  * Regenerated from discovery document revision 20220506
@@ -557,28 +557,32 @@ module Google
557
557
  end
558
558
  end
559
559
 
560
- # Common Vulnerability Scoring System. For details, see https://www.first.org/
561
- # cvss/specification-document
560
+ # Common Vulnerability Scoring System. This message is compatible with CVSS v2
561
+ # and v3. For CVSS v2 details, see https://www.first.org/cvss/v2/guide CVSS v2
562
+ # calculator: https://nvd.nist.gov/vuln-metrics/cvss/v2-calculator For CVSS v3
563
+ # details, see https://www.first.org/cvss/specification-document CVSS v3
564
+ # calculator: https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator
562
565
  class Cvss
563
566
  include Google::Apis::Core::Hashable
564
567
 
565
- #
568
+ # Defined in CVSS v3, CVSS v2
566
569
  # Corresponds to the JSON property `attackComplexity`
567
570
  # @return [String]
568
571
  attr_accessor :attack_complexity
569
572
 
570
573
  # Base Metrics Represents the intrinsic characteristics of a vulnerability that
571
- # are constant over time and across user environments.
574
+ # are constant over time and across user environments. Defined in CVSS v3, CVSS
575
+ # v2
572
576
  # Corresponds to the JSON property `attackVector`
573
577
  # @return [String]
574
578
  attr_accessor :attack_vector
575
579
 
576
- #
580
+ # Defined in CVSS v2
577
581
  # Corresponds to the JSON property `authentication`
578
582
  # @return [String]
579
583
  attr_accessor :authentication
580
584
 
581
- #
585
+ # Defined in CVSS v3, CVSS v2
582
586
  # Corresponds to the JSON property `availabilityImpact`
583
587
  # @return [String]
584
588
  attr_accessor :availability_impact
@@ -588,7 +592,7 @@ module Google
588
592
  # @return [Float]
589
593
  attr_accessor :base_score
590
594
 
591
- #
595
+ # Defined in CVSS v3, CVSS v2
592
596
  # Corresponds to the JSON property `confidentialityImpact`
593
597
  # @return [String]
594
598
  attr_accessor :confidentiality_impact
@@ -603,22 +607,22 @@ module Google
603
607
  # @return [Float]
604
608
  attr_accessor :impact_score
605
609
 
606
- #
610
+ # Defined in CVSS v3, CVSS v2
607
611
  # Corresponds to the JSON property `integrityImpact`
608
612
  # @return [String]
609
613
  attr_accessor :integrity_impact
610
614
 
611
- #
615
+ # Defined in CVSS v3
612
616
  # Corresponds to the JSON property `privilegesRequired`
613
617
  # @return [String]
614
618
  attr_accessor :privileges_required
615
619
 
616
- #
620
+ # Defined in CVSS v3
617
621
  # Corresponds to the JSON property `scope`
618
622
  # @return [String]
619
623
  attr_accessor :scope
620
624
 
621
- #
625
+ # Defined in CVSS v3
622
626
  # Corresponds to the JSON property `userInteraction`
623
627
  # @return [String]
624
628
  attr_accessor :user_interaction
@@ -2288,11 +2292,11 @@ module Google
2288
2292
  # @return [String]
2289
2293
  attr_accessor :algo
2290
2294
 
2291
- # Value of the digest encoded. For example: SHA512 - base64 encoding, SHA1 - hex
2292
- # encoding.
2293
- # Corresponds to the JSON property `digestValue`
2295
+ # Value of the digest.
2296
+ # Corresponds to the JSON property `digestBytes`
2297
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
2294
2298
  # @return [String]
2295
- attr_accessor :digest_value
2299
+ attr_accessor :digest_bytes
2296
2300
 
2297
2301
  def initialize(**args)
2298
2302
  update!(**args)
@@ -2301,7 +2305,7 @@ module Google
2301
2305
  # Update properties of this object
2302
2306
  def update!(**args)
2303
2307
  @algo = args[:algo] if args.key?(:algo)
2304
- @digest_value = args[:digest_value] if args.key?(:digest_value)
2308
+ @digest_bytes = args[:digest_bytes] if args.key?(:digest_bytes)
2305
2309
  end
2306
2310
  end
2307
2311
 
@@ -5162,8 +5166,11 @@ module Google
5162
5166
  # @return [Float]
5163
5167
  attr_accessor :cvss_score
5164
5168
 
5165
- # Common Vulnerability Scoring System. For details, see https://www.first.org/
5166
- # cvss/specification-document
5169
+ # Common Vulnerability Scoring System. This message is compatible with CVSS v2
5170
+ # and v3. For CVSS v2 details, see https://www.first.org/cvss/v2/guide CVSS v2
5171
+ # calculator: https://nvd.nist.gov/vuln-metrics/cvss/v2-calculator For CVSS v3
5172
+ # details, see https://www.first.org/cvss/specification-document CVSS v3
5173
+ # calculator: https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator
5167
5174
  # Corresponds to the JSON property `cvssV2`
5168
5175
  # @return [Google::Apis::ContaineranalysisV1beta1::Cvss]
5169
5176
  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.18.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.6.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220506"
25
+ REVISION = "20220602"
26
26
  end
27
27
  end
28
28
  end
@@ -1347,7 +1347,7 @@ module Google
1347
1347
  # @private
1348
1348
  class Representation < Google::Apis::Core::JsonRepresentation
1349
1349
  property :algo, as: 'algo'
1350
- property :digest_value, as: 'digestValue'
1350
+ property :digest_bytes, :base64 => true, as: 'digestBytes'
1351
1351
  end
1352
1352
  end
1353
1353
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-containeranalysis_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-16 00:00:00.000000000 Z
11
+ date: 2022-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Container Analysis API V1beta1