fix(deps): bump gson from 2.8.0 to 2.11.0 (CVE-2022-25647)#73
Open
Gabrielpanga wants to merge 1 commit into
Open
fix(deps): bump gson from 2.8.0 to 2.11.0 (CVE-2022-25647)#73Gabrielpanga wants to merge 1 commit into
Gabrielpanga wants to merge 1 commit into
Conversation
Closes Dependabot alert #11 (high severity). - CVE-2022-25647 / GHSA-4jrv-ppp4-jm57 — deserialization of untrusted data - First patched version is 2.8.9; bumped to 2.11.0 (current stable on the 2.x line) to avoid drifting back into the long tail. Gson 2.x is API-stable. The SDK only uses Gson, GsonBuilder, FieldNamingPolicy, JsonSyntaxException, and TypeToken — all unchanged between 2.8.0 and 2.11.0. Full unit + integration suite passes (39 integration tests, 0 failures).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps
com.google.code.gson:gsonfrom2.8.0to2.11.0, closing Dependabot alert #11 (high severity).2.8.9. Bumped all the way to2.11.0(current stable on the2.xline) so we don't immediately drift back into the long tail.Gson
2.xis API-stable. The SDK only usesGson,GsonBuilder,FieldNamingPolicy,JsonSyntaxException, andTypeToken— all unchanged between 2.8.0 and 2.11.0.Test plan
mvn -B test— unit tests passmvn -B verify— 39 integration tests pass, 0 failures (hits live API; covers Item/Account/Transaction/Investment/Connector deserialization paths viaconverter-gson)