From 01c9a35bf67406f0f0ba558f42e2ef66c8677ade Mon Sep 17 00:00:00 2001 From: Joshua Sprey Date: Tue, 5 Apr 2022 09:25:59 +0200 Subject: [PATCH] Fix CVE-2022-22965 by upgrading spring boot --- CHANGELOG.md | 10 ++++++++++ pom.xml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..a57f120d5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# spring-petclinic Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] +### Fixed +- Upgrade spring boot to version 2.5.12 as a precaution to fix the [RCE CVE-2022-22965]( https://nvd.nist.gov/vuln/detail/CVE-2022-22965). The spring petclinic was generally not affected by this CVE as it runs with an embedded tomcat instead of a standalone version. diff --git a/pom.xml b/pom.xml index ce02939bd..fd7b5b245 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,12 @@ 4.0.0 org.springframework.samples spring-petclinic - 2.3.0.BUILD-SNAPSHOT + 2.4.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-parent - 2.3.3.RELEASE + 2.5.12 petclinic