Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 247c7ca

Browse files
authored
log4j version update to 2.17.1 (#413)
* log4j version 2.17.1 * signers version 1.0.24
1 parent 497a194 commit 247c7ca

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 21.10.4
4+
### Bugs Fixed
5+
- Updated to log4j 2.17.1. Resolves two potential vulnerabilities which are only exploitable when using custom log4j configurations that are either writable by untrusted users or log data from the `ThreadContext`.
6+
7+
---
8+
## 21.10.3
9+
### Bugs Fixed
10+
- Updated log4j to 2.17.0 to mitigate potential DOS vulnerability when the logging configuration uses a non-default Pattern Layout with a Context Lookup.
11+
12+
---
13+
314
## 21.10.2
415
### Bugs Fixed
516
- Updated log4j to 2.16.0 to mitigate JNDI attack via thread context.

gradle/versions.gradle

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ dependencyManagement {
4141

4242
dependency 'javax.activation:activation:1.1.1'
4343

44-
dependency 'org.apache.logging.log4j:log4j-api:2.17.0'
45-
dependency 'org.apache.logging.log4j:log4j-core:2.17.0'
46-
dependency 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.0'
44+
dependencySet(group: 'org.apache.logging.log4j', version: '2.17.1') {
45+
entry 'log4j-api'
46+
entry 'log4j-core'
47+
entry 'log4j-slf4j-impl'
48+
}
4749

4850
dependencySet(group: 'org.apache.tuweni', version: '1.1.0') {
4951
entry 'tuweni-net'
@@ -72,7 +74,7 @@ dependencyManagement {
7274
entry 'crypto'
7375
}
7476

75-
dependencySet(group: 'tech.pegasys.signers.internal', version: '1.0.23') {
77+
dependencySet(group: 'tech.pegasys.signers.internal', version: '1.0.24') {
7678
entry 'keystorage-hashicorp'
7779
entry 'signing-secp256k1-api'
7880
entry 'signing-secp256k1-impl'

0 commit comments

Comments
 (0)