From ee65456f72fdaad31cb0358aba615fa823b05117 Mon Sep 17 00:00:00 2001 From: boris-unckel Date: Fri, 11 Feb 2022 18:06:20 +0100 Subject: [PATCH] [LOGMGR-295] NTEventLogAppender is vulnerable to DLL Preloading Fixes https://issues.redhat.com/browse/LOGMGR-295 NexusIQ Reference: SONATYPE-2010-0053 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 9e4be07..7646434 100644 --- a/pom.xml +++ b/pom.xml @@ -149,6 +149,7 @@ org/apache/log4j/net/SocketNode.class org/apache/log4j/net/SMTPAppender.class org/apache/log4j/net/SMTPAppender$*.class + org/apache/log4j/nt/NTEventLogAppender.class org/apache/log4j/spi/LoggingEvent.class org/apache/log4j/spi/LoggingEvent$*.class org/apache/log4j/spi/NOPLogger.class