google-apis-containeranalysis_v1 0.69.0 → 0.70.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d9bf94828d536a7f815f32acb8d3848fa676eafef8f78abcf8b571de73194b0a
|
|
4
|
+
data.tar.gz: 2e5cbbdd8ff6854fbe4b08ac4641398317c91a392ebce02d8656d72a1ad96ba2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aae44b576dda3f101ef5749594d3bf4f0a9b0503febff9f7b92e322bd09ffd1b0bbbc56555a3bee799d62415dc1bb1573ab4b904a53ac41ccbb1cd710deb8a7e
|
|
7
|
+
data.tar.gz: 392ecff2fce3293304a8954e43a8311ba14894bbe21fa7da0e6fe4dbb0e2fe7d87cdf38ee902659e3d91b0a250c11f9f4df4e1614a1f9f12c87ea3b7ad7d2bae
|
data/CHANGELOG.md
CHANGED
|
@@ -5201,11 +5201,6 @@ module Google
|
|
|
5201
5201
|
class Note
|
|
5202
5202
|
include Google::Apis::Core::Hashable
|
|
5203
5203
|
|
|
5204
|
-
# The timestamp when the advisory was first published by the source feed.
|
|
5205
|
-
# Corresponds to the JSON property `advisoryPublishTime`
|
|
5206
|
-
# @return [String]
|
|
5207
|
-
attr_accessor :advisory_publish_time
|
|
5208
|
-
|
|
5209
5204
|
# Note kind that represents a logical attestation "role" or "authority". For
|
|
5210
5205
|
# example, an organization might have one `Authority` for "QA" and one for "
|
|
5211
5206
|
# build". This note is intended to act strictly as a grouping mechanism for the
|
|
@@ -5342,7 +5337,6 @@ module Google
|
|
|
5342
5337
|
|
|
5343
5338
|
# Update properties of this object
|
|
5344
5339
|
def update!(**args)
|
|
5345
|
-
@advisory_publish_time = args[:advisory_publish_time] if args.key?(:advisory_publish_time)
|
|
5346
5340
|
@attestation = args[:attestation] if args.key?(:attestation)
|
|
5347
5341
|
@build = args[:build] if args.key?(:build)
|
|
5348
5342
|
@compliance = args[:compliance] if args.key?(:compliance)
|
|
@@ -7454,6 +7448,11 @@ module Google
|
|
|
7454
7448
|
class VulnerabilityNote
|
|
7455
7449
|
include Google::Apis::Core::Hashable
|
|
7456
7450
|
|
|
7451
|
+
# The time this advisory was published by the source.
|
|
7452
|
+
# Corresponds to the JSON property `advisoryPublishTime`
|
|
7453
|
+
# @return [String]
|
|
7454
|
+
attr_accessor :advisory_publish_time
|
|
7455
|
+
|
|
7457
7456
|
# The CVSS score of this vulnerability. CVSS score is on a scale of 0 - 10 where
|
|
7458
7457
|
# 0 indicates low severity and 10 indicates high severity.
|
|
7459
7458
|
# Corresponds to the JSON property `cvssScore`
|
|
@@ -7510,6 +7509,7 @@ module Google
|
|
|
7510
7509
|
|
|
7511
7510
|
# Update properties of this object
|
|
7512
7511
|
def update!(**args)
|
|
7512
|
+
@advisory_publish_time = args[:advisory_publish_time] if args.key?(:advisory_publish_time)
|
|
7513
7513
|
@cvss_score = args[:cvss_score] if args.key?(:cvss_score)
|
|
7514
7514
|
@cvss_v2 = args[:cvss_v2] if args.key?(:cvss_v2)
|
|
7515
7515
|
@cvss_v3 = args[:cvss_v3] if args.key?(:cvss_v3)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ContaineranalysisV1
|
|
18
18
|
# Version of the google-apis-containeranalysis_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.70.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260220"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2492,7 +2492,6 @@ module Google
|
|
|
2492
2492
|
class Note
|
|
2493
2493
|
# @private
|
|
2494
2494
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2495
|
-
property :advisory_publish_time, as: 'advisoryPublishTime'
|
|
2496
2495
|
property :attestation, as: 'attestation', class: Google::Apis::ContaineranalysisV1::AttestationNote, decorator: Google::Apis::ContaineranalysisV1::AttestationNote::Representation
|
|
2497
2496
|
|
|
2498
2497
|
property :build, as: 'build', class: Google::Apis::ContaineranalysisV1::BuildNote, decorator: Google::Apis::ContaineranalysisV1::BuildNote::Representation
|
|
@@ -3090,6 +3089,7 @@ module Google
|
|
|
3090
3089
|
class VulnerabilityNote
|
|
3091
3090
|
# @private
|
|
3092
3091
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3092
|
+
property :advisory_publish_time, as: 'advisoryPublishTime'
|
|
3093
3093
|
property :cvss_score, as: 'cvssScore'
|
|
3094
3094
|
property :cvss_v2, as: 'cvssV2', class: Google::Apis::ContaineranalysisV1::Cvss, decorator: Google::Apis::ContaineranalysisV1::Cvss::Representation
|
|
3095
3095
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-containeranalysis_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.70.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.70.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|