Skip to content

Commit

Permalink
Force commons-io transitive dependency version
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis committed Dec 9, 2024
1 parent 9e04292 commit c854bbd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins/repository-hdfs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ dependencies {
if (isEclipse == false) {
testRuntimeOnly files(project(':test:fixtures:krb5kdc-fixture').ext.krb5Keytabs("hdfs", "hdfs_hdfs.build.opensearch.org.keytab").parent)
}

configurations.all {
resolutionStrategy {
force("commons-io:commmons-io:2.16.0") // CVE-2024-47554
}
}

}

restResources {
Expand Down

0 comments on commit c854bbd

Please sign in to comment.