Re: Sprint-boot 1.5.x with maven is affected por log4j vulnerability?

2022-03-30 Thread Juan Jose Silupú Maza
Juan Jose Silupú Maza > wrote: > > So, is my project affected by the LOG4J vulnerability? How do I mitigate > it? > > The Log4Shell vulnerability (CVE-2021-44228) concerned only the > `log4j-core` artifact developed by the Apache Logging Services > project. The `org.slf4

Re: Sprint-boot 1.5.x with maven is affected por log4j vulnerability?

2022-03-30 Thread Piotr P. Karwasz
Hello Juan, On Tue, 29 Mar 2022 at 23:00, Juan Jose Silupú Maza wrote: > So, is my project affected by the LOG4J vulnerability? How do I mitigate it? The Log4Shell vulnerability (CVE-2021-44228) concerned only the `log4j-core` artifact developed by the Apache Logging Services project.

Re: Sprint-boot 1.5.x with maven is affected por log4j vulnerability?

2022-03-30 Thread Volkan Yazıcı
r-slf4j:jar:1.7.26:compile > [INFO] | | | \- org.slf4j:log4j-over-slf4j:jar:1.7.26:compile > > > Also, my project has these dependencies: > > Maven: org.slf4:jcl-over-slf4j:1.7.26 > > Maven: org.slf4:jul-to-slf4j:1.7.26 > > Maven: org.slf4:log4j-over-slf4j:1.7.26 > > Maven:

Re: Sprint-boot 1.5.x with maven is affected por log4j vulnerability?

2022-03-29 Thread Gary Gregory
t; *De: *Juan Jose Silupu Maza > *Enviado: *martes, 29 de marzo de 2022 11:59 > *Para: *log4j-user-subscr...@logging.apache.org > *Asunto: *Sprint-boot 1.5.x with maven is affected por log4j > vulnerability? > > > > I have a maven project with spring-boot. > > >

Sprint-boot 1.5.x with maven is affected por log4j vulnerability?

2022-03-29 Thread Juan Jose Silupú Maza
LOG4J vulnerability? How do I mitigate it?

RV: Sprint-boot 1.5.x with maven is affected por log4j vulnerability?

2022-03-29 Thread Juan Jose Silupu Maza
ging.apache.org> Asunto: Sprint-boot 1.5.x with maven is affected por log4j vulnerability? I have a maven project with spring-boot. [cid:image003.png@01D84364.0BCA2F60] Run the command mvnw dependency:list | grep log4j and I get this output: [cid:image004.png@01D84364.5F5646F0] Also, I did a sea

log4j Vulnerability

2022-01-21 Thread Ahmet Kurt
Hi, I have a web application which I use *Apache Tomcat* as the web container. Also, I was using the* log4j framework* with version "*1.2.8*" to keep logs. When I learned that log4j was *vulnerable*, I tried to uninstall it. Because I want to make sure it's not vulnerable before using it again. I