We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfff610 commit 28721a0Copy full SHA for 28721a0
pom.xml
@@ -261,8 +261,14 @@
261
FORCE SPECIFIC VERSIONS OF TRANSITIVE DEPENDENCIES EXCLUDED ABOVE.
262
This is to force patched versions of these libraries with known CVEs against them.
263
-->
264
+ <dependency>
265
+ <groupId>commons-io</groupId>
266
+ <artifactId>commons-io</artifactId>
267
+ <!-- Note: commons-io:2.7 and later require Java 8, so can't upgrade past 2.6 -->
268
+ <!-- This means still possible exposure to CVE-2021-29425. -->
269
+ <version>2.6</version>
270
+ </dependency>
271
- <!-- No forced upgrades required currently -->
272
273
<!-- SpotBugs dependencies -->
274
<dependency>
0 commit comments