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

Commit

Permalink
io.netty vunerability fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaWithLucas committed Jan 3, 2023
1 parent a89c818 commit f373e04
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,29 @@ dependencyManagement {
dependencySet(group: 'org.yaml', version: '1.33') {
entry 'snakeyaml'
}

// CVE-2022-41881, CVE-2022-41915
dependencySet(group: 'io.netty', version: '4.1.86.Final'){
entry 'netty-handler'
entry 'netty-handler-proxy'
entry 'netty-buffer'
entry 'netty-codec'
entry 'netty-codec-http2'
entry 'netty-codec-http'
entry 'netty-codec-socks'
entry 'netty-codec-dns'
entry 'netty-common'
entry 'netty-transport'
entry 'netty-transport-native-kqueue'
entry 'netty-transport-native-epoll'
entry 'netty-transport-classes-kqueue'
entry 'netty-transport-classes-epoll'
entry 'netty-transport-native-unix-common'
entry 'netty-resolver'
entry 'netty-resolver-dns-native-macos'
entry 'netty-resolver-dns-classes-macos'
entry 'netty-resolver-dns'
}
}
}

Expand Down

0 comments on commit f373e04

Please sign in to comment.