Jackson upgrade for vulnerability issue #405
Open
junaidwarsivd wants to merge 3 commits intoj-easy:masterfrom
Open
Jackson upgrade for vulnerability issue #405junaidwarsivd wants to merge 3 commits intoj-easy:masterfrom
junaidwarsivd wants to merge 3 commits intoj-easy:masterfrom
Conversation
rkondratowicz
approved these changes
Apr 19, 2023
|
@fmbenhassine do you have sometime to look at this and maybe merge it? |
Member
|
Yes. I am planning to do a release soon. I will make sure to include updated dependencies. |
|
Any update on this? |
melloware
approved these changes
Aug 3, 2023
| <system-lambda.version>1.1.1</system-lambda.version> | ||
| <slf4j.version>1.7.30</slf4j.version> | ||
| <jackson.version>2.11.3</jackson.version> | ||
| <jackson.version>2.14.0</jackson.version> |
There was a problem hiding this comment.
Suggested change
| <jackson.version>2.14.0</jackson.version> | |
| <jackson.version>2.15.2</jackson.version> |
|
@junaidwarsivd Thank you very much. |
|
@fmbenhassine Any update on the release? Also possible to look into this issue where exception is happening in JDK 21. Thanks a lot! |
|
Why not merge? |
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.
current version of Jackson being used in release easyrules release (4.1.0) has a vulnerability issues
Deserialization of Untrusted Data (High) - CWE-502
XML External Entity (XXE) Injection (High) - CWE-611 - CVE-2020-25649
Denial of Service (DoS) - CWE-400
this PR is for the upgrade for jackson databind dependency which covers the issues mentioned above