google-apis-containeranalysis_v1alpha1 0.55.0 → 0.56.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: a797482e1043c194167762058fffaee213ff475dad75f7f2e689eefafbe94fa5
|
4
|
+
data.tar.gz: 3fc114ecd2653b652c036b3a2d791575af9f653e4ab05ac8474dc50dfe5eddb7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f089dfd2ca53cd728bf00e2d527f4b72751b0cb2a7e5d89f896ac5345806ab88283fd2907af5445613035933f15c52fc6018cdc5c9e01a1129aa594c0617d8d9
|
7
|
+
data.tar.gz: f415e43cb7ec602f7be0b7caafdedefe35cd69c7042a05c714647f4cdda96412000269118324c65f8b4ed688dfc312c0f92170cfe8155bc4d87d8bd59fa11f52
|
data/CHANGELOG.md
CHANGED
@@ -7383,6 +7383,11 @@ module Google
|
|
7383
7383
|
# @return [String]
|
7384
7384
|
attr_accessor :effective_severity
|
7385
7385
|
|
7386
|
+
# Occurrence-specific extra details about the vulnerability.
|
7387
|
+
# Corresponds to the JSON property `extraDetails`
|
7388
|
+
# @return [String]
|
7389
|
+
attr_accessor :extra_details
|
7390
|
+
|
7386
7391
|
# The set of affected locations and their fixes (if available) within the
|
7387
7392
|
# associated resource.
|
7388
7393
|
# Corresponds to the JSON property `packageIssue`
|
@@ -7418,6 +7423,7 @@ module Google
|
|
7418
7423
|
@cvss_v3 = args[:cvss_v3] if args.key?(:cvss_v3)
|
7419
7424
|
@cvss_version = args[:cvss_version] if args.key?(:cvss_version)
|
7420
7425
|
@effective_severity = args[:effective_severity] if args.key?(:effective_severity)
|
7426
|
+
@extra_details = args[:extra_details] if args.key?(:extra_details)
|
7421
7427
|
@package_issue = args[:package_issue] if args.key?(:package_issue)
|
7422
7428
|
@severity = args[:severity] if args.key?(:severity)
|
7423
7429
|
@type = args[:type] if args.key?(:type)
|
@@ -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.56.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 = "20230929"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2953,6 +2953,7 @@ module Google
|
|
2953
2953
|
|
2954
2954
|
property :cvss_version, as: 'cvssVersion'
|
2955
2955
|
property :effective_severity, as: 'effectiveSeverity'
|
2956
|
+
property :extra_details, as: 'extraDetails'
|
2956
2957
|
collection :package_issue, as: 'packageIssue', class: Google::Apis::ContaineranalysisV1alpha1::PackageIssue, decorator: Google::Apis::ContaineranalysisV1alpha1::PackageIssue::Representation
|
2957
2958
|
|
2958
2959
|
property :severity, as: 'severity'
|
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.56.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-
|
11
|
+
date: 2023-10-08 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.56.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: []
|