Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Override logback version to 1.2.13 #415

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

onobc
Copy link
Contributor

@onobc onobc commented Dec 7, 2023

This commit overrides the logback version in order to fix CVE-2023-6378.

spring-cloud/spring-cloud-dataflow#5593

Before changes

cbono@cbono-a01 spring-cloud-deployer % ./mvnw clean dependency:tree -Dincludes='ch.qos.logback' | grep -e  '1.2.12' | wc -l
      16
cbono@cbono-a01 spring-cloud-deployer % ./mvnw clean dependency:tree -Dincludes='ch.qos.logback' | grep -e  '1.2.13' | wc -l
       0

After changes

cbono@cbono-a01 spring-cloud-deployer % ./mvnw clean dependency:tree -Dincludes='ch.qos.logback' | grep -e  '1.2.12' | wc -l
       0
cbono@cbono-a01 spring-cloud-deployer % ./mvnw clean dependency:tree -Dincludes='ch.qos.logback' | grep -e  '1.2.13' | wc -l
      16

This commit overrides the logback version in order to fix CVE-2023-6378.

See spring-cloud/spring-cloud-dataflow#5593
@onobc onobc force-pushed the dataflow-GH-5593-logback-cve-fix branch from 1d992f9 to 90f9d1a Compare December 7, 2023 01:17
@onobc onobc changed the title Override logback version to 1.13.14 Override logback version to 1.2.13 Dec 7, 2023
@corneil corneil merged commit 4cdb55e into spring-cloud:main Dec 7, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants