File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 387387 <packageUrl regex =" true" >^pkg:maven/org\.apache\.tomcat/tomcat-catalina@.*$</packageUrl >
388388 <vulnerabilityName >CVE-2024-56337</vulnerabilityName >
389389 </suppress >
390+
391+ <!--
392+ False positives: labkey-api-client.jar is getting tagged as an old version of LabKey Server
393+ -->
394+ <suppress >
395+ <notes ><![CDATA[
396+ file name: labkey-client-api-6.2.0.jar
397+ ]]> </notes >
398+ <packageUrl regex =" true" >^pkg:maven/org\.labkey\.api/labkey-client-api@.*$</packageUrl >
399+ <cve >CVE-2019-3911</cve >
400+ </suppress >
401+ <suppress >
402+ <notes ><![CDATA[
403+ file name: labkey-client-api-6.2.0.jar
404+ ]]> </notes >
405+ <packageUrl regex =" true" >^pkg:maven/org\.labkey\.api/labkey-client-api@.*$</packageUrl >
406+ <cve >CVE-2019-3912</cve >
407+ </suppress >
408+ <suppress >
409+ <notes ><![CDATA[
410+ file name: labkey-client-api-6.2.0.jar
411+ ]]> </notes >
412+ <packageUrl regex =" true" >^pkg:maven/org\.labkey\.api/labkey-client-api@.*$</packageUrl >
413+ <cve >CVE-2019-3913</cve >
414+ </suppress >
390415</suppressions >
391416
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ windowsProteomicsBinariesVersion=1.0
6060artifactoryPluginVersion =5.2.5
6161gradleNodePluginVersion =3.5.1
6262gradlePluginsVersion =4.2.0
63- owaspDependencyCheckPluginVersion =11.0 .0
63+ owaspDependencyCheckPluginVersion =12.1 .0
6464versioningPluginVersion =1.1.2
6565
6666# Versions of node and npm to use during the build. If set, these versions
You can’t perform that action at this time.
0 commit comments