google-cloud-web_security_scanner-v1 1.1.0 → 1.2.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/web_security_scanner/v1/version.rb +1 -1
- data/lib/google/cloud/web_security_scanner/v1/web_security_scanner/client.rb +7 -0
- data/lib/google/cloud/web_security_scanner/v1/web_security_scanner/rest/client.rb +7 -0
- data/proto_docs/google/cloud/websecurityscanner/v1/scan_config.rb +6 -0
- metadata +6 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 730a617f43900a1e3497fff97affb228c3fc933927f507fd7f9eefb9f71b149b
|
|
4
|
+
data.tar.gz: 28741f937ffd6284706c916ca6b20c3dcef46f00d988c2dafcc5cbd7ff1e82fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b0f2ef2411f1bffa5a7b2582463642363208b7bfbf8081b5cde8a3ee27fd469d8aa67618b378cf31c0b51160d8fe6839a946ce51d3782e72f2577a724e18e57
|
|
7
|
+
data.tar.gz: 612ed63e252358804a4e31003ad7e804daf86d20c179e1ebeb934224cc09fbcafa45d4f6cee621f21553c5f378395e0f8d25ba920e5852a38c00c160d1a8ec34
|
data/README.md
CHANGED
|
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
86
86
|
|
|
87
87
|
## Supported Ruby Versions
|
|
88
88
|
|
|
89
|
-
This library is supported on Ruby
|
|
89
|
+
This library is supported on Ruby 3.0+.
|
|
90
90
|
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -1473,6 +1473,13 @@ module Google
|
|
|
1473
1473
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
1474
1474
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
1475
1475
|
# * (`nil`) indicating no credentials
|
|
1476
|
+
#
|
|
1477
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
1478
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
1479
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
1480
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
1481
|
+
# For more information, refer to [Validate credential configurations from external
|
|
1482
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
1476
1483
|
# @return [::Object]
|
|
1477
1484
|
# @!attribute [rw] scope
|
|
1478
1485
|
# The OAuth scopes
|
|
@@ -1373,6 +1373,13 @@ module Google
|
|
|
1373
1373
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
1374
1374
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
1375
1375
|
# * (`nil`) indicating no credentials
|
|
1376
|
+
#
|
|
1377
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
1378
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
1379
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
1380
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
1381
|
+
# For more information, refer to [Validate credential configurations from external
|
|
1382
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
1376
1383
|
# @return [::Object]
|
|
1377
1384
|
# @!attribute [rw] scope
|
|
1378
1385
|
# The OAuth scopes
|
|
@@ -80,12 +80,18 @@ module Google
|
|
|
80
80
|
# @deprecated This field is deprecated and may be removed in the next major version update.
|
|
81
81
|
# @return [::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::GoogleAccount]
|
|
82
82
|
# Authentication using a Google account.
|
|
83
|
+
#
|
|
84
|
+
# Note: The following fields are mutually exclusive: `google_account`, `custom_account`, `iap_credential`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
83
85
|
# @!attribute [rw] custom_account
|
|
84
86
|
# @return [::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::CustomAccount]
|
|
85
87
|
# Authentication using a custom account.
|
|
88
|
+
#
|
|
89
|
+
# Note: The following fields are mutually exclusive: `custom_account`, `google_account`, `iap_credential`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
86
90
|
# @!attribute [rw] iap_credential
|
|
87
91
|
# @return [::Google::Cloud::WebSecurityScanner::V1::ScanConfig::Authentication::IapCredential]
|
|
88
92
|
# Authentication using Identity-Aware-Proxy (IAP).
|
|
93
|
+
#
|
|
94
|
+
# Note: The following fields are mutually exclusive: `iap_credential`, `google_account`, `custom_account`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
89
95
|
class Authentication
|
|
90
96
|
include ::Google::Protobuf::MessageExts
|
|
91
97
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-web_security_scanner-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: gapic-common
|
|
@@ -16,7 +15,7 @@ dependencies:
|
|
|
16
15
|
requirements:
|
|
17
16
|
- - ">="
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
18
|
+
version: 0.25.0
|
|
20
19
|
- - "<"
|
|
21
20
|
- !ruby/object:Gem::Version
|
|
22
21
|
version: 2.a
|
|
@@ -26,7 +25,7 @@ dependencies:
|
|
|
26
25
|
requirements:
|
|
27
26
|
- - ">="
|
|
28
27
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.
|
|
28
|
+
version: 0.25.0
|
|
30
29
|
- - "<"
|
|
31
30
|
- !ruby/object:Gem::Version
|
|
32
31
|
version: 2.a
|
|
@@ -103,7 +102,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
|
103
102
|
licenses:
|
|
104
103
|
- Apache-2.0
|
|
105
104
|
metadata: {}
|
|
106
|
-
post_install_message:
|
|
107
105
|
rdoc_options: []
|
|
108
106
|
require_paths:
|
|
109
107
|
- lib
|
|
@@ -111,15 +109,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
111
109
|
requirements:
|
|
112
110
|
- - ">="
|
|
113
111
|
- !ruby/object:Gem::Version
|
|
114
|
-
version: '
|
|
112
|
+
version: '3.0'
|
|
115
113
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
116
114
|
requirements:
|
|
117
115
|
- - ">="
|
|
118
116
|
- !ruby/object:Gem::Version
|
|
119
117
|
version: '0'
|
|
120
118
|
requirements: []
|
|
121
|
-
rubygems_version: 3.
|
|
122
|
-
signing_key:
|
|
119
|
+
rubygems_version: 3.6.2
|
|
123
120
|
specification_version: 4
|
|
124
121
|
summary: Scans your Compute and App Engine apps for common web vulnerabilities.
|
|
125
122
|
test_files: []
|