Skip to content

Log4Shell vulnerability #390

Answered by nielsbasjes
botezan asked this question in Q&A
Dec 13, 2021 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Good question.

This library uses log4j2 and as such I spent time last saturday double checking the impact.

As documented here
To minimize the complexity of the dependency handling I have chosen to simply not include ANY logging framework and expect the consuming system to provide what ever fits best.

From a technical perspective this library has all logging dependencies as provided (here) and .
So it should not pull in any logging framework at all.

So when using this library in your application it does not pull in any version of log4j2 automatically.

I also did a test on the webapp and docker image (which does package the bad library) where I fired a jndi test useragent string in and ther…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@botezan
Comment options

@nielsbasjes
Comment options

@botezan
Comment options

Answer selected by botezan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants