Skip to content

Commit be4ed3c

Browse files
authored
Update logback-classic (#2796)
This version of logback fixes the following CVE: "a potential denial of service attack on a centralized logback receiver when a third party controlling a remote appender connects to said receiver and could shut down or slow down logging of events." Eclair isn't affected since we don't use logback receivers, but if there are applications or plugins that depend on eclair and use logback receivers, it's better to use the logback version containing the fix.
1 parent d4a498c commit be4ed3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

eclair-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
<dependency>
297297
<groupId>ch.qos.logback</groupId>
298298
<artifactId>logback-classic</artifactId>
299-
<version>1.2.3</version>
299+
<version>1.2.13</version>
300300
<scope>test</scope>
301301
</dependency>
302302
<dependency>

eclair-front/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>ch.qos.logback</groupId>
8282
<artifactId>logback-classic</artifactId>
83-
<version>1.2.3</version>
83+
<version>1.2.13</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>org.codehaus.janino</groupId>

eclair-node/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>ch.qos.logback</groupId>
8181
<artifactId>logback-classic</artifactId>
82-
<version>1.2.3</version>
82+
<version>1.2.13</version>
8383
</dependency>
8484
<dependency>
8585
<!--conditional logging -->

0 commit comments

Comments
 (0)