-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log4j2 Zero-Day vulnerability (CVE-2021-44228) #79
Labels
Comments
rfoltyns
added a commit
that referenced
this issue
Dec 13, 2021
rfoltyns
added a commit
that referenced
this issue
Dec 13, 2021
rfoltyns
added a commit
that referenced
this issue
Dec 13, 2021
rfoltyns
added a commit
that referenced
this issue
Dec 13, 2021
rfoltyns
added a commit
that referenced
this issue
Dec 13, 2021
rfoltyns
added a commit
that referenced
this issue
Dec 13, 2021
1.5.4 released |
Log4j2 release frenzy continues.. 1.5.5 was just released with dependency on Log4j2 2.17.1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since all modules this repo depend on Log4j2 libraries in
provided
scope, adding this library to your POM file will NOT add affected libraries to your production code unless you're packaging your application withprovided
transitive dependencies explicitly. This decision was made at the beginning of this project to enforce you to fully control Log4j2 libraries landing on your classpath.Regardless of the above decision, new version will be released later today (retaining
provided
scope) including dependency on 2.15.0 in order to indicate a patched Log4j2 version. It will NOT make your application free of this vulnerability!Please use following command to locate a source of vulnerable
log4j-core
library and replace it with version 2.15.0 or newer.and follow Log4j Project recommendations
All Log4j2 dependencies should be listed explicitly in your POM file unless other dependencies e.g. org.springframework.boot:spring-boot-starter-log4j2 or other lots.of.transitive.compile:convenience libraries have them in
compile
scope.The text was updated successfully, but these errors were encountered: