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

Juan Jose Silupú Maza <[email protected]>
Newsgroups gmane.comp.jakarta.log4j.user
Message-ID <CAAYovoKctzCe+Fab1Y1a8Q1pzrjY6LwvePTNiaX_5hkdPpkCgA@mail.gmail.com>
Hello Piotr,

So the solution for `ch.qos.logback:logback-core` would be to add this
dependency:

<!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-core -->
<dependency>
    <groupId>ch.qos.logback</groupId>
    <artifactId>logback-core</artifactId>
    <version>1.2.11</version>
</dependency>



El mié, 30 mar 2022 a la(s) 02:42, Piotr P. Karwasz ([email protected])
escribió:

> Hello Juan,
>
> On Tue, 29 Mar 2022 at 23:00, Juan Jose Silupú Maza
> <[email protected]> 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.slf4j:log4j-over-slf4j` artifact is a Log4j 1.x
> replacement developed by QOS.CH. They don't share any code, so they
> don't share vulnerabilities.
>
> However Spring Boot uses Logback as logging backend and versions of
> `ch.qos.logback:logback-core` up to 1.2.7 have vulnerabilities of
> their own.
>
> Piotr
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.