google-apis-ondemandscanning_v1 0.28.0 → 0.29.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: 1040bae911f7517ee88e31c019a952026419c7f0d5b3a0422bc9e228303102a3
|
4
|
+
data.tar.gz: c85853ddb7cd6927f03fc74151bb93e3c6b579561b501afbd16afe536617acae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bab9f12f5d026caed5eb5f865f69fc2ed0e7cdcd553ecbfb723aa914e1bb7ccef1f4c8ccb9fa009da9a6c446e503af178df5c14474dbaa1ee8fb3ad36c98726c
|
7
|
+
data.tar.gz: 2d50c5ac2175eb3edb26ad8bc73c16f95639fc2adde88dc877f573ea152c1f642db2681036878d8317ae1a5ae210314005f9844542e02b3de19000b4bce650df
|
data/CHANGELOG.md
CHANGED
@@ -2935,6 +2935,11 @@ module Google
|
|
2935
2935
|
# @return [Float]
|
2936
2936
|
attr_accessor :cvss_score
|
2937
2937
|
|
2938
|
+
# Output only. CVSS version used to populate cvss_score and severity.
|
2939
|
+
# Corresponds to the JSON property `cvssVersion`
|
2940
|
+
# @return [String]
|
2941
|
+
attr_accessor :cvss_version
|
2942
|
+
|
2938
2943
|
# Common Vulnerability Scoring System. For details, see https://www.first.org/
|
2939
2944
|
# cvss/specification-document This is a message we will try to use for storing
|
2940
2945
|
# various versions of CVSS rather than making a separate proto for storing a
|
@@ -3000,6 +3005,7 @@ module Google
|
|
3000
3005
|
# Update properties of this object
|
3001
3006
|
def update!(**args)
|
3002
3007
|
@cvss_score = args[:cvss_score] if args.key?(:cvss_score)
|
3008
|
+
@cvss_version = args[:cvss_version] if args.key?(:cvss_version)
|
3003
3009
|
@cvssv3 = args[:cvssv3] if args.key?(:cvssv3)
|
3004
3010
|
@effective_severity = args[:effective_severity] if args.key?(:effective_severity)
|
3005
3011
|
@fix_available = args[:fix_available] if args.key?(:fix_available)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module OndemandscanningV1
|
18
18
|
# Version of the google-apis-ondemandscanning_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.29.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.10.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220917"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1272,6 +1272,7 @@ module Google
|
|
1272
1272
|
# @private
|
1273
1273
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1274
1274
|
property :cvss_score, as: 'cvssScore'
|
1275
|
+
property :cvss_version, as: 'cvssVersion'
|
1275
1276
|
property :cvssv3, as: 'cvssv3', class: Google::Apis::OndemandscanningV1::Cvss, decorator: Google::Apis::OndemandscanningV1::Cvss::Representation
|
1276
1277
|
|
1277
1278
|
property :effective_severity, as: 'effectiveSeverity'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-ondemandscanning_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.29.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-
|
11
|
+
date: 2022-10-03 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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-ondemandscanning_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-ondemandscanning_v1/v0.29.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ondemandscanning_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|