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
12 changes: 12 additions & 0 deletions dependencyCheckSuppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,16 @@
<packageUrl regex="true">^pkg:maven/org\.itadaki/bzip2@.*$</packageUrl>
<cpe>cpe:/a:bzip2_project:bzip2</cpe>
</suppress>

<!--
Rhino 1.7R3 is getting flagged with a potential DoS issue when toFixed() is called on very small floating point numbers.
Upgrading to a fixed version is not trivial. See https://github.com/LabKey/internal-issues/issues/724 for details.
-->
<suppress>
<notes><![CDATA[
file name: rhino-1.7R3.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.mozilla/rhino@.*$</packageUrl>
<vulnerabilityName>CVE-2025-66453</vulnerabilityName>
</suppress>
</suppressions>
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ buildFromSource=true

# The default version for LabKey artifacts that are built or that we depend on.
# override in an individual module's gradle.properties file as necessary
labkeyVersion=25.11.3
labkeyVersion=25.11.4
labkeyClientApiVersion=7.0.0

# Version numbers for the various binary artifacts that are included when
Expand Down