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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 56bfb4f7d6766689926f0671533b33c2a2980eed40fc6f0cf563baebcb2c3b75
4
- data.tar.gz: 947cb433c7fb86f507ac73e01b3cb368aa3c0cc4eb6d5e43b79757b849a9a145
3
+ metadata.gz: 730a617f43900a1e3497fff97affb228c3fc933927f507fd7f9eefb9f71b149b
4
+ data.tar.gz: 28741f937ffd6284706c916ca6b20c3dcef46f00d988c2dafcc5cbd7ff1e82fc
5
5
  SHA512:
6
- metadata.gz: 6e08f1cb63431e903e03adf616a9d1995d24c32bd97ed5555dfb349cc49408d29eaeb7f0b5b57ea4db12be4a78bdca754cdeed0432127c0e939246df9051d25d
7
- data.tar.gz: c4473537d603012ae1796a18ba25308cbc9446e49ee4ff86b19f2b6b41379a6dfca5268d86e2332926439d85ddcdf1aa640121b9d3cf514ea9766ce60d4578a3
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 2.7+.
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module WebSecurityScanner
23
23
  module V1
24
- VERSION = "1.1.0"
24
+ VERSION = "1.2.0"
25
25
  end
26
26
  end
27
27
  end
@@ -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.1.0
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: 2024-12-10 00:00:00.000000000 Z
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.24.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.24.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: '2.7'
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.5.23
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: []