Code Monkey home page Code Monkey logo

Comments (10)

jvermillard avatar jvermillard commented on June 9, 2024 1

looks like a very specific setup, I suppose it's not that important, I'll take a look at 1.2.x code

from californium.

jvermillard avatar jvermillard commented on June 9, 2024 1

doesn't look s like 1.2.x is still maintained https://github.com/qos-ch/logback/commits/branch_1.2.x

The DoS patch on master: qos-ch/logback@9c782b4

The last 1.2 code of the same class: https://github.com/qos-ch/logback/blob/branch_1.2.x/logback-classic/src/main/java/ch/qos/logback/classic/spi/LoggingEventVO.java

So 1.2 looks affected, and it's not yet patched (if they patch it at all)

from californium.

boaks avatar boaks commented on June 9, 2024

Yes, indeed. And the very most don't run on java 7 and may use newer versions.
So I don't think, that too many will be affected.
Anyway, I prefer, if we can get a statement about the 1.2. versions. Therefore I asked there via email.

from californium.

boaks avatar boaks commented on June 9, 2024

Thanks!

from californium.

boaks avatar boaks commented on June 9, 2024

The logback-download-page marks the 1.2.12 as INACTIVE.

Good reason, to start over with Californium 4.0 and drop java 7 support.

from californium.

boaks avatar boaks commented on June 9, 2024

Just as note:
logback 1.3 seems to require also a newer slf4j ;-(.

So, don't use "remote appender".

from californium.

boaks avatar boaks commented on June 9, 2024

And switching to slf4j 2.0.9 is the reported as API break by revapi ;-).

In my experience, revapi is unfortunately not too easy for investigate on that.

AFAIK, some code in scandium has used LOGGER with "protected", that could be changed in a version 4.0. What else need to be changed, needs investigation.

from californium.

boaks avatar boaks commented on June 9, 2024

FilteredLogger also exposes the Logger. That could also be changed to a String.

from californium.

boaks avatar boaks commented on June 9, 2024

PR #2197
First step to migrate slf4j with the next major Californium version.

from californium.

boaks avatar boaks commented on June 9, 2024

logback 1.2.13 was released today. It fixes the aforementioned CVE.

from californium.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.