Skip to content

Remove log4j #240

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

Closed
istreeter opened this issue Dec 14, 2021 · 0 comments
Closed

Remove log4j #240

istreeter opened this issue Dec 14, 2021 · 0 comments

Comments

@istreeter
Copy link
Contributor

Currently we use slf4j/slf4j-simple for application logging. But some of our underlying libraries (e.g. aws clients) use commons-logging, and we provide log4j-core as the logging implementation. It does not make sense to use two logging implementations at the same time (slf4j-simple and log4j-core). The correct setup is to have jcl-over-slf4j so that all logging goes to slf4j-simple.

This change is made in response to cve-2021-44228. But it is a precautionary change: we have not found any reachable vulnerability in Snowplow apps. You can read more about Snowplow's reponse to CVE-2021-44228 on Discourse

istreeter added a commit that referenced this issue Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant