File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ commonmarkVersion=0.24.0
121121
122122# the beanutils version is not the default version brought from commons-validator and/or commons-digester
123123# in the :server:api module but is required for some of our code to compile
124- commonsBeanutilsVersion =1.10 .1
124+ commonsBeanutilsVersion =1.11 .1
125125commonsCodecVersion =1.18.0
126126commonsCollections4Version =4.5.0
127127commonsCollectionsVersion =3.2.2
You can’t perform that action at this time.
0 commit comments