Skip to content

Commit 28721a0

Browse files
committed
Excluded older version of commons-io but forgot to then include later version.
Moral: Don't do commits when you're tired.
1 parent dfff610 commit 28721a0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,14 @@
261261
FORCE SPECIFIC VERSIONS OF TRANSITIVE DEPENDENCIES EXCLUDED ABOVE.
262262
This is to force patched versions of these libraries with known CVEs against them.
263263
-->
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>
264271

265-
<!-- No forced upgrades required currently -->
266272

267273
<!-- SpotBugs dependencies -->
268274
<dependency>

0 commit comments

Comments
 (0)