Skip to content

Commit 6d3d3d5

Browse files
committed
fix: Exclude commons-beanutils from hadoop-common to remediate CVE-2025-48734
1 parent bdbc8b5 commit 6d3d3d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flink-filesystems/flink-s3-fs-base/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ under the License.
187187
<groupId>org.slf4j</groupId>
188188
<artifactId>slf4j-reload4j</artifactId>
189189
</exclusion>
190+
<exclusion>
191+
<groupId>commons-beanutils</groupId>
192+
<artifactId>commons-beanutils</artifactId>
193+
</exclusion>
190194
</exclusions>
191195
</dependency>
192196

0 commit comments

Comments
 (0)