DataDog / datadog-lambda-java

The Datadog AWS Lambda package for Java
Apache License 2.0
14 stars 14 forks source link

Bump version of log4j-api and log4j-core #65

Closed agocs closed 2 years ago

agocs commented 2 years ago

What does this PR do?

This bumps the versions of log4j-api and log4j-core that were imported for testing. The old versions of log4j were found to be susceptible to a remote code execution attack. See the following resources for more info:

datadog-lambda-java only uses log4j in testing, and the log4j dependency does not make it into the published library. Regardless, we are going to cut a new version to be safe.

Motivation

Testing Guidelines

Additional Notes

Types of changes

Checklist