Conversation
|
Marking as draft for now. I will extend the build files to validate that the |
d21aa45 to
1f31170
Compare
CVE-2022-23305 is caused by misconfiguration of `JDBCAppender` which is now removed.
ting-yuan
left a comment
There was a problem hiding this comment.
My I know why not simply bumping log4j version, or switching to jetbrains' fork if still used, or completely removing it if not used?
Excluding the contents from the uber jar seems a bit tricky.
I attempted to remove it entirely, but Kotlin still requires it (and still depends on version |
|
I see. But isn't the Kotlin compiler also suffering from the same vulnerability? How do they handle it? |
CVE-2022-23305 is caused by misconfiguration of
JDBCAppenderwhich is now removed.I have checked that the added validation logic fails if
log4jis not filtered.Fixes #2651