Skip to content

Instantly share code, notes, and snippets.

@kloudsamurai
Last active December 12, 2021 17:52
Show Gist options
  • Save kloudsamurai/71a281aabea16bd068fc6b1862c426dd to your computer and use it in GitHub Desktop.
Save kloudsamurai/71a281aabea16bd068fc6b1862c426dd to your computer and use it in GitHub Desktop.
Test Gradle Dependencies for CVE-2021-44228: Log4j Zero Day Vulnerability
gradle dependencyInsight --dependency log4j-core
@kloudsamurai
Copy link
Author

Verify that you see v2.15.0+

org.apache.logging.log4j:log4j-core:2.15.0
\--- com.amazonaws:aws-lambda-java-log4j2:1.3.0
     \--- compileClasspath

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment