Skip to content

Commit 926ae00

Browse files
Fixes issue reported by snyk:
CWE-470: Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection')
1 parent 528e56e commit 926ae00

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,17 @@
9696
<dependency>
9797
<groupId>commons-validator</groupId>
9898
<artifactId>commons-validator</artifactId>
99-
<version>1.9.0</version>
99+
<version>1.10.1</version>
100+
<exclusions>
101+
<exclusion>
102+
<groupId>commons-logging</groupId>
103+
<artifactId>commons-logging</artifactId>
104+
</exclusion>
105+
<exclusion>
106+
<groupId>commons-beanutils</groupId>
107+
<artifactId>commons-beanutils</artifactId>
108+
</exclusion>
109+
</exclusions>
100110
</dependency>
101111
</dependencies>
102112

0 commit comments

Comments
 (0)