Skip to content

Commit

Permalink
Update log4j dependency to latest version (#127)
Browse files Browse the repository at this point in the history
* Update log4j dependency to 2.17.1
  • Loading branch information
usmansaleem authored Jan 4, 2022
1 parent e5785bf commit ff46b59
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
#Changelog
# Changelog

## 1.0.24
### 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`.

---
## 1.0.23
### 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.

---
## 1.0.22
### Bugs Fixed
- Updated log4j to 2.16.0 to mitigate JNDI attack via thread context.

---
## 1.0.21
### Features Added
- Allow BLS key store data to be loaded from string.
Expand Down
8 changes: 5 additions & 3 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ dependencyManagement {

dependency 'org.apache.commons:commons-lang3:3.11'

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'
}

dependency 'org.apache.tuweni:tuweni-bytes:0.10.0'
dependency 'org.apache.tuweni:tuweni-crypto:0.10.0'
Expand Down

0 comments on commit ff46b59

Please sign in to comment.