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

Commit

Permalink
log4j version update to 2.17.1 (#413)
Browse files Browse the repository at this point in the history
* log4j version 2.17.1
* signers version 1.0.24
  • Loading branch information
usmansaleem committed Jan 4, 2022
1 parent 497a194 commit 247c7ca
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 21.10.4
### Bugs Fixed
- 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`.

---
## 21.10.3
### Bugs Fixed
- 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.

---

## 21.10.2
### Bugs Fixed
- Updated log4j to 2.16.0 to mitigate JNDI attack via thread context.
Expand Down
10 changes: 6 additions & 4 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ dependencyManagement {

dependency 'javax.activation:activation:1.1.1'

dependency 'org.apache.logging.log4j:log4j-api:2.17.0'
dependency 'org.apache.logging.log4j:log4j-core:2.17.0'
dependency 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.0'
dependencySet(group: 'org.apache.logging.log4j', version: '2.17.1') {
entry 'log4j-api'
entry 'log4j-core'
entry 'log4j-slf4j-impl'
}

dependencySet(group: 'org.apache.tuweni', version: '1.1.0') {
entry 'tuweni-net'
Expand Down Expand Up @@ -72,7 +74,7 @@ dependencyManagement {
entry 'crypto'
}

dependencySet(group: 'tech.pegasys.signers.internal', version: '1.0.23') {
dependencySet(group: 'tech.pegasys.signers.internal', version: '1.0.24') {
entry 'keystorage-hashicorp'
entry 'signing-secp256k1-api'
entry 'signing-secp256k1-impl'
Expand Down

0 comments on commit 247c7ca

Please sign in to comment.