From 2a8a3c03b17e73e5cec81cc8d64a549ef8b07292 Mon Sep 17 00:00:00 2001 From: Sojin Samuel <77185816+sojinsamuel@users.noreply.github.com> Date: Sat, 29 Oct 2022 18:40:59 +0530 Subject: [PATCH] A detailed guide about Apache Log4j Project (#2796) Talks about why Apache Log4 had become the most deployed pieces of open source software, Log4j exploits, and How to protect against it. --- .../110-java/content/105-java-logging-frameworks/100-log4j2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/roadmaps/110-java/content/105-java-logging-frameworks/100-log4j2.md b/content/roadmaps/110-java/content/105-java-logging-frameworks/100-log4j2.md index bf5ef6cb6..0fa8637dc 100644 --- a/content/roadmaps/110-java/content/105-java-logging-frameworks/100-log4j2.md +++ b/content/roadmaps/110-java/content/105-java-logging-frameworks/100-log4j2.md @@ -6,3 +6,4 @@ Log4j2 is the updated version of the popular and influential log4j library, used Reference Resource Official Website +Log4j explained: Everything you need to know