内容简介:Spring Boot 多版本已发布,现在可从 repo.spring.io 和 Maven Central 获得。 常规 BUG 修正版本,没有引入新特性。旨在紧急修复 Spring Framework 版本包含一个安全漏洞(CVE-2020-5421)的修复程序。 此漏洞可...
Spring Boot 多版本已发布,现在可从 repo.spring.io 和 Maven Central 获得。
常规 BUG 修正版本,没有引入新特性。旨在紧急修复 Spring Framework 版本包含一个安全漏洞(CVE-2020-5421)的修复程序。 此漏洞可以通过 sessionId 绕过 RFD (反射型文件下载)保护
Spring Boot 2.3.4
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.4.RELEASE</version>
<relativePath/>
</parent>
此版本包括 61 个错误修复,增强功能,文档改进和依赖项升级。
https://github.com/spring-projects/spring-boot/releases/tag/v2.3.4.RELEASE
Spring Boot 2.2.10
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.110.RELEASE</version>
<relativePath/>
</parent>
此版本包括 72 个错误修复,文档改进和依赖项升级。
https://github.com/spring-projects/spring-boot/releases/tag/v2.2.10.RELEASE
Spring Boot 2.1.17
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.17.RELEASE</version>
<relativePath/>
</parent>
此版本包括 22 个错误修复,文档改进和依赖项升级。
https://github.com/spring-projects/spring-boot/releases/tag/v2.1.17.RELEASE
以上所述就是小编给大家介绍的《Spring Boot 2.x 多版本更新,紧急修复 RFD 安全漏洞》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- [浏览器安全漏洞一] dll劫持漏洞
- 【FreeBuf字幕组】Web安全漏洞系列:Electron框架漏洞
- 甲骨文例行更新修复了301个安全漏洞 包含45个严重漏洞
- 甲骨文例行更新修复了301个安全漏洞 包含45个严重漏洞
- [浏览器安全漏洞二] hao123桔子浏览器 – 页面欺骗漏洞
- 现如今连安全漏洞命名都用表情符了:思科路由器安全启动漏洞????????????(生气猫)
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Numerical Recipes 3rd Edition
William H. Press、Saul A. Teukolsky、William T. Vetterling、Brian P. Flannery / Cambridge University Press / 2007-9-6 / GBP 64.99
Do you want easy access to the latest methods in scientific computing? This greatly expanded third edition of Numerical Recipes has it, with wider coverage than ever before, many new, expanded and upd......一起来看看 《Numerical Recipes 3rd Edition》 这本书的介绍吧!