google-apis-ondemandscanning_v1beta1 0.31.0 → 0.32.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: 3de2b114b1624861d2a9ca89fb953fbd2187e1fc88bdd36eb4dec0fa05d9016a
|
4
|
+
data.tar.gz: c244d1ee75313587c63071b2eb71d34c04512eeeb6853eaa66f574dc7dbe8f96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ba072dc40a9edf2614ba8098898530f81d2221560c773c92ae30d26b25e582f0e4a5b76a8e9f91b0afa6746baa2f97be5b26e9cbcda22f5ad4bfa25146e1c0c
|
7
|
+
data.tar.gz: bd069274d622cf2b941c176271542ec5f093eaf01c30ec166392e54040b013149dc74c1e193f17497e90e65a17eb7b130584fcb821bf7d545dc20e109983223b
|
data/CHANGELOG.md
CHANGED
@@ -2926,6 +2926,14 @@ module Google
|
|
2926
2926
|
# @return [Float]
|
2927
2927
|
attr_accessor :cvss_score
|
2928
2928
|
|
2929
|
+
# Common Vulnerability Scoring System. For details, see https://www.first.org/
|
2930
|
+
# cvss/specification-document This is a message we will try to use for storing
|
2931
|
+
# various versions of CVSS rather than making a separate proto for storing a
|
2932
|
+
# specific version.
|
2933
|
+
# Corresponds to the JSON property `cvssV2`
|
2934
|
+
# @return [Google::Apis::OndemandscanningV1beta1::Cvss]
|
2935
|
+
attr_accessor :cvss_v2
|
2936
|
+
|
2929
2937
|
# Output only. CVSS version used to populate cvss_score and severity.
|
2930
2938
|
# Corresponds to the JSON property `cvssVersion`
|
2931
2939
|
# @return [String]
|
@@ -2996,6 +3004,7 @@ module Google
|
|
2996
3004
|
# Update properties of this object
|
2997
3005
|
def update!(**args)
|
2998
3006
|
@cvss_score = args[:cvss_score] if args.key?(:cvss_score)
|
3007
|
+
@cvss_v2 = args[:cvss_v2] if args.key?(:cvss_v2)
|
2999
3008
|
@cvss_version = args[:cvss_version] if args.key?(:cvss_version)
|
3000
3009
|
@cvssv3 = args[:cvssv3] if args.key?(:cvssv3)
|
3001
3010
|
@effective_severity = args[:effective_severity] if args.key?(:effective_severity)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module OndemandscanningV1beta1
|
18
18
|
# Version of the google-apis-ondemandscanning_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.32.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230213"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1271,6 +1271,8 @@ module Google
|
|
1271
1271
|
# @private
|
1272
1272
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1273
1273
|
property :cvss_score, as: 'cvssScore'
|
1274
|
+
property :cvss_v2, as: 'cvssV2', class: Google::Apis::OndemandscanningV1beta1::Cvss, decorator: Google::Apis::OndemandscanningV1beta1::Cvss::Representation
|
1275
|
+
|
1274
1276
|
property :cvss_version, as: 'cvssVersion'
|
1275
1277
|
property :cvssv3, as: 'cvssv3', class: Google::Apis::OndemandscanningV1beta1::Cvss, decorator: Google::Apis::OndemandscanningV1beta1::Cvss::Representation
|
1276
1278
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-ondemandscanning_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.32.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: 2023-02-
|
11
|
+
date: 2023-02-26 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-ondemandscanning_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-ondemandscanning_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-ondemandscanning_v1beta1/v0.32.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ondemandscanning_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|