Skip to content

Commit

Permalink
GH-16342 - Fix vulnerabilities in dnsjava (#16343)
Browse files Browse the repository at this point in the history
* GH-16342 - Fix SNYK-JAVA-DNSJAVA-7547403, SNYK-JAVA-DNSJAVA-7547404, SNYK-JAVA-DNSJAVA-7547405, CVE-2024-25638 with dnsjava upgrade

* add csv message
  • Loading branch information
valenad1 committed Aug 2, 2024
1 parent a24dd87 commit e059ae8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions h2o-assemblies/main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ dependencies {
api('org.apache.commons:commons-configuration2:2.10.1') {
because 'Fixes CVE-2024-29131'
}
api('dnsjava:dnsjava:3.6.0') {
because 'Fixes SNYK-JAVA-DNSJAVA-7547403'
because 'Fixes SNYK-JAVA-DNSJAVA-7547404'
because 'Fixes SNYK-JAVA-DNSJAVA-7547405'
because 'Fixes CVE-2024-25638'
}
}
}

Expand Down
6 changes: 6 additions & 0 deletions h2o-assemblies/steam/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ dependencies {
api('org.apache.commons:commons-configuration2:2.10.1') {
because 'Fixes CVE-2024-29131'
}
api('dnsjava:dnsjava:3.6.0') {
because 'Fixes SNYK-JAVA-DNSJAVA-7547403'
because 'Fixes SNYK-JAVA-DNSJAVA-7547404'
because 'Fixes SNYK-JAVA-DNSJAVA-7547405'
because 'Fixes CVE-2024-25638'
}
}
}

Expand Down

0 comments on commit e059ae8

Please sign in to comment.