ZOOKEEPER-4429: Update jackson-databind to 2.13.1#1787
Closed
frederiko wants to merge 1 commit intoapache:branch-3.6from
Closed
ZOOKEEPER-4429: Update jackson-databind to 2.13.1#1787frederiko wants to merge 1 commit intoapache:branch-3.6from
frederiko wants to merge 1 commit intoapache:branch-3.6from
Conversation
eolivelli
requested changes
Jan 17, 2022
Contributor
eolivelli
left a comment
There was a problem hiding this comment.
I left one comment, please take a look
zookeeper-server/src/main/java/org/apache/zookeeper/server/admin/JsonOutputter.java
Outdated
Show resolved
Hide resolved
00ba570 to
265dff9
Compare
Member
|
@frederiko The latest code has a checkstyle violation, we don't need that line before |
Contributor
Author
|
@maoling Sure. Will take a look. |
265dff9 to
cfc7f0d
Compare
asfgit
pushed a commit
that referenced
this pull request
Jan 24, 2022
This PR updates jackson-databind to 2.13.1 to address a raised vulnerability that could possible DoS attack certain versions of Jackson. Please refer to GH issue #3328 for further info. On top of that, it also fixes now deprecated PropertyNamingStrategy class initialization issue #2715. Author: Frederiko Costa <frederiko@gmail.com> Reviewers: Enrico Olivelli <eolivelli@apache.org>, Shoothzj <shoothzj@gmail.com>, maoling <maoling@apache.org> Closes #1787 from frederiko/ZOOKEEPER-4429_zk_3.6_jackson_upgrade
Member
|
@frederiko |
desaikomal
pushed a commit
to linkedin/zookeeper
that referenced
this pull request
Jun 17, 2023
This PR updates jackson-databind to 2.13.1 to address a raised vulnerability that could possible DoS attack certain versions of Jackson. Please refer to GH issue #3328 for further info. On top of that, it also fixes now deprecated PropertyNamingStrategy class initialization issue #2715. Author: Frederiko Costa <frederiko@gmail.com> Reviewers: Enrico Olivelli <eolivelli@apache.org>, Shoothzj <shoothzj@gmail.com>, maoling <maoling@apache.org> Closes apache#1787 from frederiko/ZOOKEEPER-4429_zk_3.6_jackson_upgrade
desaikomal
pushed a commit
to linkedin/zookeeper
that referenced
this pull request
Jun 27, 2023
This PR updates jackson-databind to 2.13.1 to address a raised vulnerability that could possible DoS attack certain versions of Jackson. Please refer to GH issue #3328 for further info. On top of that, it also fixes now deprecated PropertyNamingStrategy class initialization issue #2715. Author: Frederiko Costa <frederiko@gmail.com> Reviewers: Enrico Olivelli <eolivelli@apache.org>, Shoothzj <shoothzj@gmail.com>, maoling <maoling@apache.org> Closes apache#1787 from frederiko/ZOOKEEPER-4429_zk_3.6_jackson_upgrade
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.
This PR updates jackson-databind to 2.13.1 to address a raised vulnerability that could possible DoS attack certain versions of Jackson. Please refer to GH issue #3328 for further info. On top of that, it also fixes now deprecated PropertyNamingStrategy class initialization issue #2715.