Skip to content

Commit 5c27b18

Browse files
committed
Remove supporessions for CVE-2020-7791 since update to Batik CSS has resolved this.
1 parent c3d2f57 commit 5c27b18

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

suppressions.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- OWASP Dependency Check suppression file for ESAPI. -->
33
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
4-
<suppress>
5-
<notes><![CDATA[
6-
ESAPI does not use this jar directly. It is a transitive dependency of AntiSamy and (as per Dave Wichers on
7-
the AntiSamy team), it does not impact AntiSamy, and therefore does not impact ESAPI.
8-
9-
file name: batik-i18n-1.14.jar
10-
]]></notes>
11-
<packageUrl regex="true">^pkg:maven/org\.apache\.xmlgraphics/batik\-i18n@.*$</packageUrl>
12-
<cve>CVE-2020-7791</cve>
13-
</suppress>
14-
154

165
<!-- NOTE: These 4 suppression rules are redundant. Will decide later which one to keep. -->
176
<suppress>

0 commit comments

Comments
 (0)