google-apis-containeranalysis_v1beta1 0.18.0 → 0.19.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: f6eeeb98a5e5485ee742b077c1d2aec1e531624b0b272dac1a4848daaef443c1
4
+ data.tar.gz: e499896e28dee41545fc431f85746ea82e25630bef967089d631d90d39626174
5
5
  SHA512:
6
- metadata.gz: df68f5277e82f4edf7247603c322251997567509b31ed53882242e789b41f5ac29aacdbe232aaf1b805ed8b90715155db621d0ca6f5e03ac2e185bc7bb205160
7
- data.tar.gz: 1067b5449644687a6bdad20365591addb5101281be3a55a28449965c355c162466c86ccb24773b4372e7fbf138c5b8c4dd97d9f5ed28e4c27ebd14daa0fd1486
6
+ metadata.gz: 8e9abfccb097fa164c1437d560be9af274eccc7f2cca0d92e045c43a06b1905858a459063d976239ef375bfe6addbcdba4af7d7a55e72627ebb4bfd44e23cf67
7
+ data.tar.gz: 9a0a0b94f92df6c26d2b2a99f067904f6ce68b33bc64537b097b03fd2b3a87d25457e1512167df3d9dd0eca5f9aa947b4c09e1e5f49f1778cd8339fd7cbdf39e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1beta1
2
2
 
3
+ ### v0.19.0 (2022-05-18)
4
+
5
+ * Regenerated from discovery document revision 20220513
6
+
3
7
  ### v0.18.0 (2022-05-11)
4
8
 
5
9
  * 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
@@ -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.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220506"
25
+ REVISION = "20220513"
26
26
  end
27
27
  end
28
28
  end
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.19.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-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.19.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: []