Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into fb_admin_csp_sources
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-adam committed Feb 27, 2025
2 parents 1191d2a + 7ccf41d commit 413e78f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions dependencyCheckSuppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,29 @@
<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=7.1.0
gradlePluginsVersion=6.1.0
owaspDependencyCheckPluginVersion=11.1.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

0 comments on commit 413e78f

Please sign in to comment.