Skip to content

Commit

Permalink
CVE-2024-47535 Denial of Service attack on windows app using netty (#808
Browse files Browse the repository at this point in the history
)
  • Loading branch information
maximthomas authored Nov 19, 2024
1 parent 3a3574c commit 7875e95
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@
<license.version>1.0.0</license.version>
<checkstyleFailOnError>false</checkstyleFailOnError>
<logback.version>1.2.3</logback.version>
<netty.version>4.1.108.Final</netty.version>
<netty.version>4.1.115.Final</netty.version>
<netty-tcnative-boringssl.version>2.0.69.Final</netty-tcnative-boringssl.version>
</properties>
<!-- Profiles -->
<profiles>
Expand Down Expand Up @@ -1866,6 +1867,11 @@
<artifactId>netty-transport-classes-kqueue</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>${netty-tcnative-boringssl.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 7875e95

Please sign in to comment.