Skip to content

Commit a0bc6d1

Browse files
fix: upgrade netty (#52)
* fix: upgrade netty * fix: update jackson suppression
1 parent f27f8e5 commit a0bc6d1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

grpc-client-utils/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ dependencies {
1010
api(platform("io.grpc:grpc-bom:1.57.2"))
1111
api("io.grpc:grpc-context")
1212
api("io.grpc:grpc-api")
13-
api(platform("io.netty:netty-bom:4.1.94.Final")) {
14-
because("CVE-2023-34462")
13+
api(platform("io.netty:netty-bom:4.1.100.Final")) {
14+
because("CVE-2023-44487")
1515
}
1616

1717
implementation(project(":grpc-context-utils"))

grpc-server-utils/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ dependencies {
1414
api("io.grpc:grpc-context")
1515
api("io.grpc:grpc-api")
1616

17-
api(platform("io.netty:netty-bom:4.1.94.Final")) {
18-
because("CVE-2023-34462")
17+
api(platform("io.netty:netty-bom:4.1.100.Final")) {
18+
because("CVE-2023-44487")
1919
}
2020

2121
implementation(project(":grpc-context-utils"))

owasp-suppressions.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<packageUrl regex="true">^pkg:maven/org\.hypertrace\..*@.*$</packageUrl>
88
<cpe>cpe:/a:grpc:grpc</cpe>
99
</suppress>
10-
<suppress until="2023-09-30Z">
10+
<suppress until="2023-11-30Z">
1111
<notes><![CDATA[
1212
file name: jackson-databind-2.14.2.jar
1313
This is currently disputed.

0 commit comments

Comments
 (0)