Skip to content

Commit 430c55a

Browse files
authored
Suppress dependency check false-positives for mxparser (#1074)
1 parent 4875509 commit 430c55a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dependencyCheckSuppression.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,14 @@
185185
<packageUrl regex="true">^pkg:maven/org\.labkey\.api/labkey-client-api@.*$</packageUrl>
186186
<cve>CVE-2019-3913</cve>
187187
</suppress>
188+
189+
<!-- False positive - mxparser is not XStream -->
190+
<suppress>
191+
<notes><![CDATA[
192+
file name: mxparser-1.2.2.jar
193+
]]></notes>
194+
<packageUrl regex="true">^pkg:maven/io\.github\.x-stream/mxparser@.*$</packageUrl>
195+
<cpe>cpe:/a:xstream:xstream</cpe>
196+
</suppress>
197+
188198
</suppressions>

0 commit comments

Comments
 (0)