Skip to content

Commit 0ef31d9

Browse files
committed
Merge remote-tracking branch 'origin/develop' into fb_angus_mail
2 parents b78af75 + 10e46c4 commit 0ef31d9

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

dependencyCheckSuppression.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,5 +369,14 @@
369369
</suppress>
370370
<!-- end of glassfish false positive suppressions -->
371371

372+
<!-- False positive. Only 5.3.0 - 5.3.41 are affected:
373+
https://spring.io/security/cve-2024-38828 -->
374+
<suppress>
375+
<notes><![CDATA[
376+
file name: spring-web-6.1.14.jar
377+
]]></notes>
378+
<packageUrl regex="true">^pkg:maven/org\.springframework/spring-web@.*$</packageUrl>
379+
<vulnerabilityName>CVE-2024-38828</vulnerabilityName>
380+
</suppress>
372381
</suppressions>
373382

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ mssqlJdbcVersion=12.8.1.jre11
246246
mysqlDriverVersion=9.1.0
247247

248248
# forced compatibility between docker and UserReg-WS
249-
nettyVersion=4.1.114.Final
249+
nettyVersion=4.1.115.Final
250250

251251
objenesisVersion=1.0
252252

server/embedded/src/org/labkey/embedded/LabKeyServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public static void main(String[] args)
6262
if (System.getProperty(JARS_TO_SKIP) == null && System.getProperty(JARS_TO_SCAN) == null)
6363
{
6464
System.setProperty(JARS_TO_SKIP, "*");
65-
System.setProperty(JARS_TO_SCAN, "rstudio-??.?*.jar,cas-??.?*.jar,core-??.?*.jar,connectors-??.?*.jar,devtools-??.?*.jar");
65+
System.setProperty(JARS_TO_SCAN, "rstudio-??.?*.jar,cas-??.?*.jar,core-??.?*.jar,connectors-??.?*.jar,devtools-??.?*.jar,labbook-??.?*.jar");
6666
}
6767

6868
SpringApplication application = new SpringApplication(LabKeyServer.class);

0 commit comments

Comments
 (0)