google-apis-ondemandscanning_v1beta1 0.28.0 → 0.30.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: ff0e3e4faceb7e9755de118983e2a6e4b4f278c1b13903d4cc1cfcce8100b3b0
|
4
|
+
data.tar.gz: 30aa72cfd67048c1dcfe4243ffa767d15591b266eed35dc2433797b5adfa23fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22cca7839037b4ab75893b52258552f5b43ff65acbf67e904e02a4b1518aed22efff1b4f5ba4ab63070b60b0c4ccac60ba3c61deb84cee00a8389386836be1d9
|
7
|
+
data.tar.gz: cc13f882d0182a98ac2ecf1c3b5d99d279fe86d62373802dec0493712745980e8f5842f49cee8a477fe296a5b308216a37f6d7c9abae7f44037d1937e8281864
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Release history for google-apis-ondemandscanning_v1beta1
|
2
2
|
|
3
|
+
### v0.30.0 (2022-10-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20221024
|
6
|
+
* Regenerated using generator version 0.11.0
|
7
|
+
|
8
|
+
### v0.29.0 (2022-10-10)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20220917
|
11
|
+
* Regenerated using generator version 0.10.0
|
12
|
+
|
3
13
|
### v0.28.0 (2022-07-13)
|
4
14
|
|
5
15
|
* Regenerated from discovery document revision 20220711
|
@@ -1977,14 +1977,13 @@ module Google
|
|
1977
1977
|
# @return [String]
|
1978
1978
|
attr_accessor :hash_digest
|
1979
1979
|
|
1980
|
-
# The OS affected by a vulnerability
|
1981
|
-
#
|
1980
|
+
# The OS affected by a vulnerability Used to generate the cpe_uri for OS
|
1981
|
+
# packages
|
1982
1982
|
# Corresponds to the JSON property `os`
|
1983
1983
|
# @return [String]
|
1984
1984
|
attr_accessor :os
|
1985
1985
|
|
1986
|
-
# The version of the OS
|
1987
|
-
# cpe_uri
|
1986
|
+
# The version of the OS Used to generate the cpe_uri for OS packages
|
1988
1987
|
# Corresponds to the JSON property `osVersion`
|
1989
1988
|
# @return [String]
|
1990
1989
|
attr_accessor :os_version
|
@@ -2927,6 +2926,11 @@ module Google
|
|
2927
2926
|
# @return [Float]
|
2928
2927
|
attr_accessor :cvss_score
|
2929
2928
|
|
2929
|
+
# Output only. CVSS version used to populate cvss_score and severity.
|
2930
|
+
# Corresponds to the JSON property `cvssVersion`
|
2931
|
+
# @return [String]
|
2932
|
+
attr_accessor :cvss_version
|
2933
|
+
|
2930
2934
|
# Common Vulnerability Scoring System. For details, see https://www.first.org/
|
2931
2935
|
# cvss/specification-document This is a message we will try to use for storing
|
2932
2936
|
# various versions of CVSS rather than making a separate proto for storing a
|
@@ -2992,6 +2996,7 @@ module Google
|
|
2992
2996
|
# Update properties of this object
|
2993
2997
|
def update!(**args)
|
2994
2998
|
@cvss_score = args[:cvss_score] if args.key?(:cvss_score)
|
2999
|
+
@cvss_version = args[:cvss_version] if args.key?(:cvss_version)
|
2995
3000
|
@cvssv3 = args[:cvssv3] if args.key?(:cvssv3)
|
2996
3001
|
@effective_severity = args[:effective_severity] if args.key?(:effective_severity)
|
2997
3002
|
@fix_available = args[:fix_available] if args.key?(:fix_available)
|
@@ -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.30.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221024"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1271,6 +1271,7 @@ module Google
|
|
1271
1271
|
# @private
|
1272
1272
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1273
1273
|
property :cvss_score, as: 'cvssScore'
|
1274
|
+
property :cvss_version, as: 'cvssVersion'
|
1274
1275
|
property :cvssv3, as: 'cvssv3', class: Google::Apis::OndemandscanningV1beta1::Cvss, decorator: Google::Apis::OndemandscanningV1beta1::Cvss::Representation
|
1275
1276
|
|
1276
1277
|
property :effective_severity, as: 'effectiveSeverity'
|
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.30.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-31 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:
|
19
|
+
version: 0.9.1
|
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:
|
29
|
+
version: 0.9.1
|
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-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.30.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: []
|