Task 3: Upgrade Jackson to 2.17.1#195
Open
devin-ai-integration[bot] wants to merge 1 commit intomasterfrom
Open
Task 3: Upgrade Jackson to 2.17.1#195devin-ai-integration[bot] wants to merge 1 commit intomasterfrom
devin-ai-integration[bot] wants to merge 1 commit intomasterfrom
Conversation
Update jackson-core, jackson-databind, and jackson-datatype-jsr310 from version 2.9.7 to 2.17.1 to address multiple CVEs including CVE-2019-12086, CVE-2019-14379, CVE-2019-14540, CVE-2019-16335, and CVE-2019-17531. Co-Authored-By: Wes Convery <2wconvery@gmail.com>
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Open
5 tasks
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
Upgrades all Jackson dependencies in
ftgo-common/build.gradlefrom2.9.7to2.17.1:jackson-core2.9.7 → 2.17.1jackson-databind2.9.7 → 2.17.1jackson-datatype-jsr3102.9.7 → 2.17.1This addresses multiple known CVEs in
jackson-databind2.x prior to 2.10:HikariConfiglogback/ValueOfJNDIAdditional CVEs fixed by upgrading past 2.9.x include CVE-2019-20330, CVE-2020-8840, CVE-2020-9546, CVE-2020-9547, CVE-2020-9548, CVE-2020-10672, CVE-2020-10673, CVE-2020-10968, CVE-2020-10969, CVE-2020-11111, CVE-2020-11112, CVE-2020-11113, CVE-2020-11619, CVE-2020-11620, CVE-2020-14060, CVE-2020-14061, CVE-2020-14062, CVE-2020-14195, CVE-2020-24616, CVE-2020-24750, CVE-2020-25649, CVE-2020-35490, CVE-2020-35491, CVE-2020-36179 through CVE-2020-36190, CVE-2021-20190, and others.
Review & Testing Checklist for Human
Notes
This is a security-focused dependency upgrade. Jackson 2.17.1 is backward-compatible with 2.9.x for standard usage, but custom serializers/deserializers should be smoke-tested.
Link to Devin session: https://app.devin.ai/sessions/8a49fe42ab42475ea0e6bfcb2de1b33b
Requested by: @WesternConcrete