Skip to content

Commit a7c5b54

Browse files
committed
General: Bump json to 2.21.2 in the fastlane bundle
json 2.20.0 through 2.21.1 leave the resumable parser's state pointers dangling after cResumableParser_parse releases the input buffer, so a later partial_value call on a truncated object with duplicate keys reads freed memory and can abort the process. Nothing in the fastlane bundle constructs a JSON::ResumableParser, and this lockfile is only consumed by the release workflow talking to Google Play, so the vulnerable path is unreachable here. Bumping anyway because it is a single-line patch bump that clears the alert. Regenerated with `bundle lock --update=json`; no other gem moved.
1 parent 694eca6 commit a7c5b54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastlane/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ GEM
173173
httpclient (2.9.0)
174174
mutex_m
175175
jmespath (1.6.2)
176-
json (2.21.1)
176+
json (2.21.2)
177177
jwt (3.2.0)
178178
base64
179179
logger (1.7.0)

0 commit comments

Comments
 (0)