-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update jackson to 2.13.2, databind to 2.13.2.1 - CVE-2020-36518 #27847
Conversation
Just a note it is not fixed in 2.13.2 which is 18 days old release. There is currently no fixed release yet.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - except for the afterburner module that needs to be moved to 2.13.2 as well
Should this wait for the Spring libraries to be released? Otherwise, they will be using a different version number than the rest of the libraries released this month. |
@@ -46,7 +46,7 @@ | |||
<rules> | |||
<bannedDependencies> | |||
<includes combine.children="append"> | |||
<include>com.fasterxml.jackson.core:jackson-databind:[2.13.1]</include> <!-- {x-include-update;com.fasterxml.jackson.core:jackson-databind;external_dependency} --> | |||
<include>com.fasterxml.jackson.core:jackson-databind:[2.13.2.1]</include> <!-- {x-include-update;com.fasterxml.jackson.core:jackson-databind;external_dependency} --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be 2.13.2 and not 2.13.2.1 ?
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See FasterXML/jackson-databind#2816