File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 2828
2929 <groupId >com.github.pagehelper</groupId >
3030 <artifactId >pagehelper</artifactId >
31- <version >5.3.1-SNAPSHOT </version >
31+ <version >5.3.1</version >
3232 <packaging >jar</packaging >
3333
3434 <name >pagehelper 5</name >
Original file line number Diff line number Diff line change 11## Changelog
22
3+ ### 5.3.1
4+
5+ - Resolve CVE-2022 -28111 vulnerability, limit the order by parameter, avoid SQL injection
6+ - Add support for as400. ** by bluezealot**
7+ - Optimize generic parameters of ` Page ` class ** by Zhang Fulai * *
8+ - Standardize the order of PostgreSQL paging parameters ** by outian**
9+
310### 5.3.0 - 2021-10-07
411
512- Add ` AutoDialect ` interface to automatically obtain the database type, which can be configured as its own
Original file line number Diff line number Diff line change 11## 更新日志
22
3+ ### 5.3.1 - 2022-06-14
4+
5+ - 处理 CVE-2022 -28111 漏洞,限制 order by 参数,避免 SQL 注入
6+ - Add support for as400. ** by bluezealot**
7+ - 优化分页结果包装类的泛型参数 ** by 章福来**
8+ - 规范PostgreSQL分页参数的顺序 ** by outian**
9+
310### 5.3.0 - 2021-10-07
411
512- 增加 ` AutoDialect ` 接口用于自动获取数据库类型,可以通过 ` autoDialectClass ` 配置为自己的实现类,默认使用 ` DataSourceNegotiationAutoDialect ` ,优先根据连接池获取。
You can’t perform that action at this time.
0 commit comments