any solution for log4j vulnerability issue? #71
-
Hello, I was checking the latest release 3.1.0 and it has log4j vulnerability. (org.apache.logging.log4j:log4j-api>Version 2.14.1) Is there any fix planned for this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @adnan-hasan, When I heard the news about the log4j vulnerability, I did look into it, but wasn't worried because you have to opt into log4j2 to use it which this image doesn't, we use the logging default which is logback. As I suspected this image is unaffected. The
As you can see below,
Thank you for this report, and your interest in this project |
Beta Was this translation helpful? Give feedback.
Hello @adnan-hasan,
When I heard the news about the log4j vulnerability, I did look into it, but wasn't worried because you have to opt into log4j2 to use it which this image doesn't, we use the logging default which is logback. As I suspected this image is unaffected. The
log4j-api
jar you reference does not have any executable code, just the the apis. You can read more about this issue on the Spring Boot blog, but I'll include the most relevant quote below.