Skip to content

Commit f3478df

Browse files
Merge pull request #346 from cloudsufi/cherrypick/beanutils
[🍒][PLUGIN-1937] CVE-2025-48734 Fix : Beanutils commons PLUGIN-1937: This PR upgrades the version of commons-beanutils library from v1.9.4 to v1.11.0, thereby fixing the vulnerability that allowed unauthorized access to the declaredClass property of Java enum objects via PropertyUtilsBean.getProperty() or PropertyUtilsBean.getNestedProperty().
2 parents df8c36c + d76ff0e commit f3478df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<spark2.version>2.1.3</spark2.version>
6767
<hydrator.version>2.10.0</hydrator.version>
6868
<commons.version>3.18.0</commons.version>
69-
<salesforce.api.version>64.0.0</salesforce.api.version>
69+
<salesforce.api.version>65.0.0</salesforce.api.version>
7070
<cometd.java.client.version>4.0.0</cometd.java.client.version>
7171
<antlr.version>4.7.2</antlr.version>
7272
<mockito.version>2.23.0</mockito.version>
@@ -128,6 +128,10 @@
128128
<groupId>commons-logging</groupId>
129129
<artifactId>commons-logging</artifactId>
130130
</exclusion>
131+
<exclusion>
132+
<groupId>commons-beanutils</groupId>
133+
<artifactId>commons-beanutils</artifactId>
134+
</exclusion>
131135
<exclusion>
132136
<groupId>log4j</groupId>
133137
<artifactId>log4j</artifactId>

0 commit comments

Comments
 (0)