Skip to content

Commit

Permalink
security: fix some security vulnerabilities in GGEditor (apache#5182)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly authored Dec 21, 2022
1 parent 23f16e3 commit 512e605
Show file tree
Hide file tree
Showing 3 changed files with 323 additions and 175 deletions.
6 changes: 3 additions & 3 deletions changes/en-us/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Add changes here for all PR submitted to the develop branch.
<!-- Please add the `changes` to the following location(feature/bugfix/optimize/test) based on the type of PR -->

### feature:
- [[#xxx](https://github.com/seata/seata/pull/xxx)] support xxx
- [[#5115](https://github.com/seata/seata/pull/5115)] support for `spring-boot:3.x`

### bugfix:
- [[#xxx](https://github.com/seata/seata/pull/xxx)] fix xxx
- [[#5179](https://github.com/seata/seata/pull/5179)] fix ClassNotFoundException when server starts using Eureka

### optimize:
- [[#5120](https://github.com/seata/seata/pull/5120)] unify the format of configuration items in yml files
- [[#5115](https://github.com/seata/seata/pull/5115)] compatible with the `spring-boot:3.x`
- [[#5180](https://github.com/seata/seata/pull/5180)] GlobalTransactionScanner,SeataAutoDataSourceProxyCreator declare @bean methods as static
- [[#5182](https://github.com/seata/seata/pull/5182)] fix some security vulnerabilities in GGEditor

### test:
- [[#xxx](https://github.com/seata/seata/pull/xxx)] add test for xxx
Expand Down
11 changes: 3 additions & 8 deletions changes/zh-cn/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,15 @@
<!-- 请根据PR的类型添加 `变更记录` 到以下对应位置(feature/bugfix/optimize/test) 下 -->

### feature:
- [[#xxx](https://github.com/seata/seata/pull/xxx)] 支持 xxx
- [[#5115](https://github.com/seata/seata/pull/5115)] 支持 `spring-boot:3.x`

### bugfix:
- [[#xxx](https://github.com/seata/seata/pull/xxx)] 修复 xxx
- [[#5179](https://github.com/seata/seata/pull/5179)] 修复使用Eureka作为注册中心ClassNotFoundException问题

### optimize:
- [[#5120](https://github.com/seata/seata/pull/5120)] 统一yml文件中的配置项格式
- [[#5115](https://github.com/seata/seata/pull/5115)] 兼容 `spring-boot:3.x`
- [[#5180](https://github.com/seata/seata/pull/5180)] GlobalTransactionScanner,SeataAutoDataSourceProxyCreator 创建bean用static修饰

### test:
- [[#4411](https://github.com/seata/seata/pull/4411)] 测试Oracle数据库AT模式下类型支持
- [[#4794](https://github.com/seata/seata/pull/4794)] 重构代码,尝试修复单元测试 `DataSourceProxyTest.getResourceIdTest()`
- [[#5101](https://github.com/seata/seata/pull/5101)] 修复zk注册和配置中心报ClassNotFoundException的问题 `DataSourceProxyTest.getResourceIdTest()`
- [[#5182](https://github.com/seata/seata/pull/5182)] 修复 Saga 可视化设计器 GGEditor 安全漏洞

### test:
- [[#xxx](https://github.com/seata/seata/pull/xxx)] 增加 xxx 测试
Expand Down
Loading

0 comments on commit 512e605

Please sign in to comment.