google-apis-containeranalysis_v1alpha1 0.25.0 → 0.26.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 12657fa22ede34e94a232186c666d00ddbfe53fbdb904bfe951d07f2b4ad2d23
|
4
|
+
data.tar.gz: 2ad476931c29fac17fe1b85977c54134b32424d67a9a41f2b5eb0759e69abbf7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d31c4d9f685c4c0231dafff5cbb79b05ce7d5e94ed04c54b12b0e5b13c2def0150a0a25ea9642ee983b0026db454188c3055a9c2033fcda0a476d1bb4807b78
|
7
|
+
data.tar.gz: f37ade85839444c82d95f34e78a7b13b04f6cfe09577a77051c23e473d03b28e80a66262dde2f6b15976550809718f4b2cb91b0c5a1746e37a77c39351df087e
|
data/CHANGELOG.md
CHANGED
@@ -492,27 +492,32 @@ module Google
|
|
492
492
|
end
|
493
493
|
end
|
494
494
|
|
495
|
-
# Common Vulnerability Scoring System.
|
495
|
+
# Common Vulnerability Scoring System. This message is compatible with CVSS v2
|
496
|
+
# and v3. For CVSS v2 details, see https://www.first.org/cvss/v2/guide CVSS v2
|
497
|
+
# calculator: https://nvd.nist.gov/vuln-metrics/cvss/v2-calculator For CVSS v3
|
498
|
+
# details, see https://www.first.org/cvss/specification-document CVSS v3
|
499
|
+
# calculator: https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator
|
496
500
|
class Cvss
|
497
501
|
include Google::Apis::Core::Hashable
|
498
502
|
|
499
|
-
#
|
503
|
+
# Defined in CVSS v3, CVSS v2
|
500
504
|
# Corresponds to the JSON property `attackComplexity`
|
501
505
|
# @return [String]
|
502
506
|
attr_accessor :attack_complexity
|
503
507
|
|
504
508
|
# Base Metrics Represents the intrinsic characteristics of a vulnerability that
|
505
|
-
# are constant over time and across user environments.
|
509
|
+
# are constant over time and across user environments. Defined in CVSS v3, CVSS
|
510
|
+
# v2
|
506
511
|
# Corresponds to the JSON property `attackVector`
|
507
512
|
# @return [String]
|
508
513
|
attr_accessor :attack_vector
|
509
514
|
|
510
|
-
#
|
515
|
+
# Defined in CVSS v2
|
511
516
|
# Corresponds to the JSON property `authentication`
|
512
517
|
# @return [String]
|
513
518
|
attr_accessor :authentication
|
514
519
|
|
515
|
-
#
|
520
|
+
# Defined in CVSS v3, CVSS v2
|
516
521
|
# Corresponds to the JSON property `availabilityImpact`
|
517
522
|
# @return [String]
|
518
523
|
attr_accessor :availability_impact
|
@@ -522,7 +527,7 @@ module Google
|
|
522
527
|
# @return [Float]
|
523
528
|
attr_accessor :base_score
|
524
529
|
|
525
|
-
#
|
530
|
+
# Defined in CVSS v3, CVSS v2
|
526
531
|
# Corresponds to the JSON property `confidentialityImpact`
|
527
532
|
# @return [String]
|
528
533
|
attr_accessor :confidentiality_impact
|
@@ -537,22 +542,22 @@ module Google
|
|
537
542
|
# @return [Float]
|
538
543
|
attr_accessor :impact_score
|
539
544
|
|
540
|
-
#
|
545
|
+
# Defined in CVSS v3, CVSS v2
|
541
546
|
# Corresponds to the JSON property `integrityImpact`
|
542
547
|
# @return [String]
|
543
548
|
attr_accessor :integrity_impact
|
544
549
|
|
545
|
-
#
|
550
|
+
# Defined in CVSS v3
|
546
551
|
# Corresponds to the JSON property `privilegesRequired`
|
547
552
|
# @return [String]
|
548
553
|
attr_accessor :privileges_required
|
549
554
|
|
550
|
-
#
|
555
|
+
# Defined in CVSS v3
|
551
556
|
# Corresponds to the JSON property `scope`
|
552
557
|
# @return [String]
|
553
558
|
attr_accessor :scope
|
554
559
|
|
555
|
-
#
|
560
|
+
# Defined in CVSS v3
|
556
561
|
# Corresponds to the JSON property `userInteraction`
|
557
562
|
# @return [String]
|
558
563
|
attr_accessor :user_interaction
|
@@ -5583,7 +5588,11 @@ module Google
|
|
5583
5588
|
# @return [Float]
|
5584
5589
|
attr_accessor :cvss_score
|
5585
5590
|
|
5586
|
-
# Common Vulnerability Scoring System.
|
5591
|
+
# Common Vulnerability Scoring System. This message is compatible with CVSS v2
|
5592
|
+
# and v3. For CVSS v2 details, see https://www.first.org/cvss/v2/guide CVSS v2
|
5593
|
+
# calculator: https://nvd.nist.gov/vuln-metrics/cvss/v2-calculator For CVSS v3
|
5594
|
+
# details, see https://www.first.org/cvss/specification-document CVSS v3
|
5595
|
+
# calculator: https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator
|
5587
5596
|
# Corresponds to the JSON property `cvssV3`
|
5588
5597
|
# @return [Google::Apis::ContaineranalysisV1alpha1::Cvss]
|
5589
5598
|
attr_accessor :cvss_v3
|
@@ -5686,7 +5695,11 @@ module Google
|
|
5686
5695
|
# @return [Float]
|
5687
5696
|
attr_accessor :cvss_score
|
5688
5697
|
|
5689
|
-
# Common Vulnerability Scoring System.
|
5698
|
+
# Common Vulnerability Scoring System. This message is compatible with CVSS v2
|
5699
|
+
# and v3. For CVSS v2 details, see https://www.first.org/cvss/v2/guide CVSS v2
|
5700
|
+
# calculator: https://nvd.nist.gov/vuln-metrics/cvss/v2-calculator For CVSS v3
|
5701
|
+
# details, see https://www.first.org/cvss/specification-document CVSS v3
|
5702
|
+
# calculator: https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator
|
5690
5703
|
# Corresponds to the JSON property `cvssV2`
|
5691
5704
|
# @return [Google::Apis::ContaineranalysisV1alpha1::Cvss]
|
5692
5705
|
attr_accessor :cvss_v2
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.26.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 = "
|
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_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.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-
|
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_v1alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.26.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|