Skip to content

Commit 37de8ce

Browse files
authored
Raise fastlane's floor to 2.235 to fix GHSA-c32j-vqhx-rx3x (#728)
2 parents 2e35216 + f1da7fb commit 37de8ce

3 files changed

Lines changed: 48 additions & 44 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ _None_
1515
### Bug Fixes
1616

1717
- `openai_ask`: avoid logging sensitive tool diagnostics and refuse to execute additional tool calls after `max_tool_iterations`. [#719]
18+
- Bump the `fastlane` floor to `~> 2.235` to pull in `jwt >= 3.2.0`, fixing [GHSA-c32j-vqhx-rx3x](https://github.com/advisories/GHSA-c32j-vqhx-rx3x) (ruby-jwt empty-key HMAC bypass). [#728]
1819

1920
### Internal Changes
2021

Gemfile.lock

Lines changed: 46 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
chroma (= 0.2.0)
77
diffy (~> 3.3)
88
dotenv (~> 2.8)
9-
fastlane (~> 2.231)
9+
fastlane (~> 2.235)
1010
gettext (~> 3.5)
1111
git (~> 1.3)
1212
google-cloud-storage (~> 1.31)
@@ -44,28 +44,28 @@ GEM
4444
ast (2.4.3)
4545
atomos (0.1.3)
4646
aws-eventstream (1.4.0)
47-
aws-partitions (1.1232.0)
48-
aws-sdk-core (3.244.0)
47+
aws-partitions (1.1255.0)
48+
aws-sdk-core (3.250.0)
4949
aws-eventstream (~> 1, >= 1.3.0)
5050
aws-partitions (~> 1, >= 1.992.0)
5151
aws-sigv4 (~> 1.9)
5252
base64
5353
bigdecimal
5454
jmespath (~> 1, >= 1.6.1)
5555
logger
56-
aws-sdk-kms (1.123.0)
57-
aws-sdk-core (~> 3, >= 3.244.0)
56+
aws-sdk-kms (1.129.0)
57+
aws-sdk-core (~> 3, >= 3.248.0)
5858
aws-sigv4 (~> 1.5)
59-
aws-sdk-s3 (1.217.1)
60-
aws-sdk-core (~> 3, >= 3.244.0)
59+
aws-sdk-s3 (1.224.0)
60+
aws-sdk-core (~> 3, >= 3.248.0)
6161
aws-sdk-kms (~> 1)
6262
aws-sigv4 (~> 1.5)
6363
aws-sigv4 (1.12.1)
6464
aws-eventstream (~> 1, >= 1.0.2)
6565
babosa (1.0.4)
66-
base64 (0.2.0)
66+
base64 (0.3.0)
6767
benchmark (0.5.0)
68-
bigdecimal (4.1.0)
68+
bigdecimal (4.1.2)
6969
buildkit (1.6.1)
7070
sawyer (>= 0.6)
7171
buildkite-test_collector (2.13.0)
@@ -145,7 +145,7 @@ GEM
145145
faraday-em_http (1.0.0)
146146
faraday-em_synchrony (1.0.1)
147147
faraday-excon (1.1.0)
148-
faraday-http-cache (2.6.1)
148+
faraday-http-cache (2.7.0)
149149
faraday (>= 0.8)
150150
faraday-httpclient (1.0.1)
151151
faraday-multipart (1.2.0)
@@ -158,16 +158,16 @@ GEM
158158
faraday_middleware (1.2.1)
159159
faraday (~> 1.0)
160160
fastimage (2.4.1)
161-
fastlane (2.232.2)
162-
CFPropertyList (>= 2.3, < 4.0.0)
163-
abbrev (~> 0.1.2)
161+
fastlane (2.235.0)
162+
CFPropertyList (>= 2.3, < 5.0.0)
163+
abbrev (~> 0.1)
164164
addressable (>= 2.8, < 3.0.0)
165165
artifactory (~> 3.0)
166166
aws-sdk-s3 (~> 1.197)
167167
babosa (>= 1.0.3, < 2.0.0)
168-
base64 (~> 0.2.0)
168+
base64 (~> 0.2)
169169
benchmark (>= 0.1.0)
170-
bundler (>= 1.17.3, < 5.0.0)
170+
bundler (>= 2.4.0, < 5.0.0)
171171
colored (~> 1.2)
172172
commander (~> 4.6)
173173
csv (~> 3.3)
@@ -178,22 +178,22 @@ GEM
178178
faraday-cookie_jar (~> 0.0.6)
179179
faraday_middleware (~> 1.0)
180180
fastimage (>= 2.1.0, < 3.0.0)
181-
fastlane-sirp (>= 1.0.0)
181+
fastlane-sirp (>= 1.1.0)
182182
gh_inspector (>= 1.1.2, < 2.0.0)
183183
google-apis-androidpublisher_v3 (~> 0.3)
184184
google-apis-playcustomapp_v1 (~> 0.1)
185-
google-cloud-env (>= 1.6.0, <= 2.1.1)
185+
google-cloud-env (>= 1.6.0, < 2.3.0)
186186
google-cloud-storage (~> 1.31)
187187
highline (~> 2.0)
188188
http-cookie (~> 1.0.5)
189189
json (< 3.0.0)
190-
jwt (>= 2.1.0, < 3)
190+
jwt (>= 2.1.0, < 4)
191191
logger (>= 1.6, < 2.0)
192192
mini_magick (>= 4.9.4, < 5.0.0)
193193
multipart-post (>= 2.0.0, < 3.0.0)
194-
mutex_m (~> 0.3.0)
194+
mutex_m (~> 0.3)
195195
naturally (~> 2.2)
196-
nkf (~> 0.2.0)
196+
nkf (~> 0.2)
197197
optparse (>= 0.1.1, < 1.0.0)
198198
ostruct (>= 0.1.0)
199199
plist (>= 3.1.0, < 4.0.0)
@@ -208,8 +208,7 @@ GEM
208208
xcodeproj (>= 1.13.0, < 2.0.0)
209209
xcpretty (~> 0.4.1)
210210
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
211-
fastlane-sirp (1.0.0)
212-
sysrandom (~> 1.0)
211+
fastlane-sirp (1.1.0)
213212
fiddle (1.1.8)
214213
forwardable (1.4.0)
215214
gettext (3.5.2)
@@ -222,7 +221,7 @@ GEM
222221
git (1.19.1)
223222
addressable (~> 2.8)
224223
rchardet (~> 1.8)
225-
google-apis-androidpublisher_v3 (0.98.0)
224+
google-apis-androidpublisher_v3 (0.101.0)
226225
google-apis-core (>= 0.15.0, < 2.a)
227226
google-apis-core (0.18.0)
228227
addressable (~> 2.5, >= 2.5.1)
@@ -232,19 +231,20 @@ GEM
232231
mutex_m
233232
representable (~> 3.0)
234233
retriable (>= 2.0, < 4.a)
235-
google-apis-iamcredentials_v1 (0.26.0)
234+
google-apis-iamcredentials_v1 (0.27.0)
236235
google-apis-core (>= 0.15.0, < 2.a)
237236
google-apis-playcustomapp_v1 (0.17.0)
238237
google-apis-core (>= 0.15.0, < 2.a)
239-
google-apis-storage_v1 (0.61.0)
238+
google-apis-storage_v1 (0.63.0)
240239
google-apis-core (>= 0.15.0, < 2.a)
241240
google-cloud-core (1.8.0)
242241
google-cloud-env (>= 1.0, < 3.a)
243242
google-cloud-errors (~> 1.0)
244-
google-cloud-env (2.1.1)
243+
google-cloud-env (2.2.2)
244+
base64 (~> 0.2)
245245
faraday (>= 1.0, < 3.a)
246246
google-cloud-errors (1.6.0)
247-
google-cloud-storage (1.59.0)
247+
google-cloud-storage (1.60.0)
248248
addressable (~> 2.8)
249249
digest-crc (~> 0.4)
250250
google-apis-core (>= 0.18, < 2)
@@ -253,10 +253,12 @@ GEM
253253
google-cloud-core (~> 1.6)
254254
googleauth (~> 1.9)
255255
mini_mime (~> 1.0)
256-
googleauth (1.11.2)
256+
google-logging-utils (0.2.0)
257+
googleauth (1.16.2)
257258
faraday (>= 1.0, < 3.a)
258-
google-cloud-env (~> 2.1)
259-
jwt (>= 1.4, < 3.0)
259+
google-cloud-env (~> 2.2)
260+
google-logging-utils (~> 0.1)
261+
jwt (>= 1.4, < 4.0)
260262
multi_json (~> 1.11)
261263
os (>= 0.9, < 2.0)
262264
signet (>= 0.16, < 2.a)
@@ -270,8 +272,8 @@ GEM
270272
concurrent-ruby (~> 1.0)
271273
java-properties (0.3.0)
272274
jmespath (1.6.2)
273-
json (2.19.3)
274-
jwt (2.10.2)
275+
json (2.19.7)
276+
jwt (3.2.0)
275277
base64
276278
kramdown (2.5.2)
277279
rexml (>= 3.4.4)
@@ -286,8 +288,10 @@ GEM
286288
mini_magick (4.13.2)
287289
mini_mime (1.1.5)
288290
mini_portile2 (2.8.9)
289-
minitest (5.27.0)
290-
multi_json (1.19.1)
291+
minitest (6.0.6)
292+
drb (~> 2.0)
293+
prism (~> 1.5)
294+
multi_json (1.21.1)
291295
multipart-post (2.4.1)
292296
mutex_m (0.3.0)
293297
nanaimo (0.4.0)
@@ -306,7 +310,7 @@ GEM
306310
optparse (0.8.1)
307311
os (1.1.4)
308312
ostruct (0.6.3)
309-
parallel (1.27.0)
313+
parallel (1.28.0)
310314
parser (3.3.11.1)
311315
ast (~> 2.4.1)
312316
racc
@@ -326,16 +330,16 @@ GEM
326330
public_suffix (7.0.5)
327331
racc (1.8.1)
328332
rainbow (3.1.1)
329-
rake (13.3.1)
333+
rake (13.4.2)
330334
rake-compiler (1.3.1)
331335
rake
332-
rchardet (1.10.0)
333-
regexp_parser (2.11.3)
336+
rchardet (1.10.2)
337+
regexp_parser (2.12.0)
334338
representable (3.2.0)
335339
declarative (< 0.1.0)
336340
trailblazer-option (>= 0.1.1, < 0.2.0)
337341
uber (< 0.2.0)
338-
retriable (3.4.1)
342+
retriable (3.8.0)
339343
rexml (3.4.4)
340344
rmagick (5.5.0)
341345
observer (~> 0.1)
@@ -356,11 +360,11 @@ GEM
356360
rspec-support (3.13.7)
357361
rspec_junit_formatter (0.4.1)
358362
rspec-core (>= 2, < 4, != 2.12.0)
359-
rubocop (1.86.0)
363+
rubocop (1.87.0)
360364
json (~> 2.3)
361365
language_server-protocol (~> 3.17.0.2)
362366
lint_roller (~> 1.1.0)
363-
parallel (~> 1.10)
367+
parallel (>= 1.10)
364368
parser (>= 3.3.0.2)
365369
rainbow (>= 2.2.2, < 4.0)
366370
regexp_parser (>= 2.9.3, < 3.0)
@@ -394,7 +398,6 @@ GEM
394398
simplecov-html (~> 0.10.0)
395399
simplecov-html (0.10.2)
396400
singleton (0.3.0)
397-
sysrandom (1.0.5)
398401
terminal-notifier (2.0.0)
399402
terminal-table (3.0.2)
400403
unicode-display_width (>= 1.1.1, < 3)
@@ -425,7 +428,7 @@ GEM
425428
rouge (~> 3.28.0)
426429
xcpretty-travis-formatter (1.0.1)
427430
xcpretty (~> 0.2, >= 0.0.7)
428-
yard (0.9.43)
431+
yard (0.9.44)
429432

430433
PLATFORMS
431434
ruby

fastlane-plugin-wpmreleasetoolkit.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
3030
spec.add_dependency 'chroma', '0.2.0'
3131
spec.add_dependency 'diffy', '~> 3.3'
3232
spec.add_dependency 'dotenv', '~> 2.8'
33-
spec.add_dependency 'fastlane', '~> 2.231'
33+
spec.add_dependency 'fastlane', '~> 2.235'
3434
spec.add_dependency 'gettext', '~> 3.5'
3535
spec.add_dependency 'git', '~> 1.3'
3636
spec.add_dependency 'java-properties', '~> 0.3.0'

0 commit comments

Comments
 (0)