Skip to content

Commit 772d799

Browse files
committed
🔒 Fix potential logback security vulnerabilities
**CVE-2021-42550** *In logback version 1.2.7 and prior versions, an attacker with the required privileges to edit configurations files could craft a malicious configuration allowing to execute arbitrary code loaded from LDAP servers.*
1 parent 4707d4e commit 772d799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@
456456
<dependency>
457457
<groupId>ch.qos.logback</groupId>
458458
<artifactId>logback-core</artifactId>
459-
<version>1.2.0</version>
459+
<version>1.2.10</version>
460460
</dependency>
461461
<dependency>
462462
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)