Commit 59e0bb6 1 parent a877d9a commit 59e0bb6 Copy full SHA for 59e0bb6
File tree 4 files changed +16
-11
lines changed
4 files changed +16
-11
lines changed Original file line number Diff line number Diff line change @@ -805,7 +805,8 @@ XXL-JOB 是一个开源且免费项目,其正在进行的开发完全得益于
805
805
- 673、北京凌云空间科技有限公司
806
806
- 674、临工重机股份有限公司
807
807
- 675、上海热风时尚管理集团【热风】
808
- - 676、福建中瑞文化发展集团有限公司
808
+ - 676、HashKey Exchange
809
+ - 677、傲基(深圳)跨境商务股份有限公司
809
810
- ……
810
811
811
812
> 更多接入的公司,欢迎在 [ 登记地址] ( https://github.com/xuxueli/xxl-job/issues/1 ) 登记,登记仅仅为了产品推广。
Original file line number Diff line number Diff line change @@ -769,7 +769,8 @@ XXL-JOB是一个分布式任务调度平台,其核心设计目标是开发迅
769
769
- 673、北京凌云空间科技有限公司
770
770
- 674、临工重机股份有限公司
771
771
- 675、上海热风时尚管理集团【热风】
772
- - 676、福建中瑞文化发展集团有限公司
772
+ - 676、HashKey Exchange
773
+ - 677、傲基(深圳)跨境商务股份有限公司
773
774
- ……
774
775
775
776
> 更多接入的公司,欢迎在 [ 登记地址] ( https://github.com/xuxueli/xxl-job/issues/1 ) 登记,登记仅仅为了产品推广。
@@ -2385,16 +2386,17 @@ public void execute() {
2385
2386
- 4、【修复】调度日志页面XSS问题修复(ISSUE-3360)。
2386
2387
2387
2388
2388
- ### 7.35 版本 v2.4.2 Release Notes[规划中 ]
2389
+ ### 7.35 版本 v2.4.2 Release Notes[2024-11-16 ]
2389
2390
- 1、【优化】调度中心任务Next计算逻辑调整,避免Cron解析失败导致重复执行问题。
2390
2391
- 2、【优化】Cron解析组件代码重构微调,健壮性提升;
2391
2392
- 3、【优化】修改密码交互调整,避免CSRF隐患;
2392
- - 4、【优化】任务信息、执行日志API飞功能设计完善,避免越权隐患;
2393
- - 5、【修复】漏洞修复,包括 "CVE-2024-42681" 子任务越权漏洞修复、"CVE-2023-33779" 任务API越权问题修复;
2394
- - 6、【升级】多个项目依赖升级至较新稳定版本,涉及netty、groovy、gson、springboot、mybatis等;
2393
+ - 4、【优化】JdkSerializeTool流关闭逻辑优化;
2394
+ - 5、【优化】任务信息、执行日志API飞功能设计完善,避免越权隐患;
2395
+ - 6、【修复】漏洞修复,包括 "CVE-2024-42681" 子任务越权漏洞修复、"CVE-2023-33779" 任务API越权问题修复;
2396
+ - 7、【升级】多个项目依赖升级至较新稳定版本,涉及netty、groovy、gson、springboot、mybatis等;
2395
2397
2396
2398
备注:“CVE-2024-38820”漏洞源自spring,当前使用spring5.x及springboot2.x软件普遍受该问题影响。
2397
- 该问题修复需要升级至spring6.x与springboot3.x,如有诉求可自行升级,计划下个大版本升级spring相关版本解决该问题 。
2399
+ 该问题修复需要升级至spring6.x与springboot3.x,同时需要升级JDK17,如有诉求可自行升级。计划下个大版本升级spring及jdk版本解决该问题 。
2398
2400
2399
2401
2400
2402
### 7.35 版本 v2.5.0 Release Notes[规划中]
Original file line number Diff line number Diff line change 24
24
<maven .compiler.target>1.8</maven .compiler.target>
25
25
<maven .test.skip>true</maven .test.skip>
26
26
27
- <netty .version>4.1.114 .Final</netty .version>
27
+ <netty .version>4.1.115 .Final</netty .version>
28
28
<gson .version>2.11.0</gson .version>
29
29
30
30
<spring .version>5.3.39</spring .version>
Original file line number Diff line number Diff line change 93
93
</execution >
94
94
</executions >
95
95
</plugin >
96
+
96
97
<!-- docker -->
97
- <plugin >
98
+ <!-- < plugin>
98
99
<groupId>com.spotify</groupId>
99
100
<artifactId>docker-maven-plugin</artifactId>
100
101
<version>0.4.13</version>
101
102
<configuration>
102
- <!-- made of '[a-z0-9-_.]' -->
103
+ <!– made of '[a-z0-9-_.]' –>
103
104
<imageName>${project.artifactId}:${project.version}</imageName>
104
105
<dockerDirectory>${project.basedir}</dockerDirectory>
105
106
<resources>
110
111
</resource>
111
112
</resources>
112
113
</configuration>
113
- </plugin >
114
+ </plugin>-->
115
+
114
116
</plugins >
115
117
</build >
116
118
You can’t perform that action at this time.
0 commit comments