Skip to content

Commit cf340c2

Browse files
authored
Update bouncyCastle to 1.78 to mitigate CVE-2024-29857 (#938)
Bouncy Caste version before 1.78 have CVE-2024-29857 - Importing an EC certificate with specially crafted F2m parameters can cause high CPU usage during parameter evaluation. Is sshj impacted by this vulnerability?
1 parent 586a664 commit cf340c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ compileJava {
4141

4242
configurations.implementation.transitive = false
4343

44-
def bouncycastleVersion = "1.75"
44+
def bouncycastleVersion = "1.78"
4545
def sshdVersion = "2.10.0"
4646

4747
dependencies {

0 commit comments

Comments
 (0)