Skip to content

Commit 770f80c

Browse files
Suppressions cleanup CVE-2021-29425
Removing suppression entry for listed cve. commons-io has been updated beyond the 2.6 vulnerability.
1 parent fa446a7 commit 770f80c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

suppressions.xml

-12
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,6 @@
5353
<cpe>cpe:/a:apache:log4j</cpe>
5454
<cve>CVE-2021-4104</cve>
5555
</suppress>
56-
<suppress>
57-
<notes><![CDATA[
58-
FIXME: Once we switch to Java 8 as the minimal JDK, update commons-io to the latest and delete this.
59-
60-
This CVE is path traversal issue in FileNameUtils.normalize(). That class is not used directly or indirectly
61-
by ESAPI. We are required to use an older version of Commons-IO because of a direct dependency on Antisamy.
62-
63-
file name: commons-io-2.6.jar
64-
]]></notes>
65-
<packageUrl regex="true">^pkg:maven/commons\-io/commons\-io@.*$</packageUrl>
66-
<cve>CVE-2021-29425</cve>
67-
</suppress>
6856
<suppress>
6957
<notes><![CDATA[
7058
ESAPI does not use this jar directly. It is a transitive dependency of AntiSamy and (as per Dave Wichers on

0 commit comments

Comments
 (0)