Uh oh!
There was an error while loading. Please reload this page.
TEZ-4403: Upgrade SLF4J Version To 1.7.36 - #198
Merged
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
shameersss1
commented
Apr 5, 2022
ContributorAuthor
@abstractdog Could you please review the changes? |
shameersss1
commented
Apr 13, 2022
ContributorAuthor
@abstractdog Can you please review the changes? |
abstractdog
commented
Apr 14, 2022
Contributor
thanks for taking care of this @shameersss1! |
This comment was marked as outdated.
This comment was marked as outdated.
shameersss1
commented
Apr 29, 2022
ContributorAuthor
@abstractdog - i have upgraded the version to 1.7.36 and re-triggered the pre-commit |
tez-yetus
commented
Apr 29, 2022
💔 -1 overall
This message was automatically generated. |
abstractdog
self-requested a review
April 30, 2022 08:05
abstractdog
approved these changes
Apr 30, 2022
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 freeto 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.
Currently we are on slf4j 1.7.30, As per https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12/1.7.30 , There are four CVE's against this version.
Upgrading to 1.7.36 https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12/1.7.36 should solve the security concerns.
Reference