Commit a7c5b54
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
0 commit comments