Spring Boot 1.5.10 发布,修复重要安全漏洞

释放双眼,带上耳机,听听看~!

文章转载开源中国

Spring Boot 1.5.10 已发布,可从 repo.spring.io 和 Maven Central 获取新版本。

此版本包含一个针对安全漏洞 CVE-2018-1196 的重要修复,可能会影响使用 Spring Boot 的 systemd 和 init.d 服务支持的用户。此外,还提供了修复 CVE-2017-8030 漏洞的最新版本的 Spring Security。

除了安全修复程序,Spring Boot 1.5.10 包含超过 55 项的修复、改进和依赖更新。

详情请查看发布说明

Maven

<parent>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>1.5.10.RELEASE</version>
</parent>
<dependencies>
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-web</artifactId>
    </dependency>
</dependencies>

Gradle

dependencies {
    compile("org.springframework.boot:spring-boot-starter-web:1.5.10.RELEASE")
}

源码下载:

给TA打赏
共{{data.count}}人
人已打赏
安全漏洞

安全预警 | Linux Libc Realpath 存在缓冲区下溢漏洞

2018-1-29 11:12:22

安全漏洞

Mozilla 修复了 Firefox 中导致远程代码执行漏洞的缺陷

2018-2-1 11:12:22

个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索