Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions dependencyCheckSuppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -387,5 +387,30 @@
<packageUrl regex="true">^pkg:maven/org\.apache\.tomcat/tomcat-catalina@.*$</packageUrl>
<vulnerabilityName>CVE-2024-56337</vulnerabilityName>
</suppress>

<!--
False positives: labkey-api-client.jar is getting tagged as an old version of LabKey Server
-->
<suppress>
<notes><![CDATA[
file name: labkey-client-api-6.2.0.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.labkey\.api/labkey-client-api@.*$</packageUrl>
<cve>CVE-2019-3911</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: labkey-client-api-6.2.0.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.labkey\.api/labkey-client-api@.*$</packageUrl>
<cve>CVE-2019-3912</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: labkey-client-api-6.2.0.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.labkey\.api/labkey-client-api@.*$</packageUrl>
<cve>CVE-2019-3913</cve>
</suppress>
</suppressions>

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ windowsProteomicsBinariesVersion=1.0
artifactoryPluginVersion=5.2.5
gradleNodePluginVersion=3.5.1
gradlePluginsVersion=4.2.0
owaspDependencyCheckPluginVersion=11.0.0
owaspDependencyCheckPluginVersion=12.1.0
versioningPluginVersion=1.1.2

# Versions of node and npm to use during the build. If set, these versions
Expand Down