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

Spring version mismatch between master and latest ? #3768

Open
weiluo8791 opened this issue May 3, 2024 · 0 comments
Open

Spring version mismatch between master and latest ? #3768

weiluo8791 opened this issue May 3, 2024 · 0 comments
Labels

Comments

@weiluo8791
Copy link

weiluo8791 commented May 3, 2024

Describe the Bug

Pulling image openzipkin/zipkin:latest yield
spring-boot-3.2.4
spring - 6.1.5

in master the pom.xml stated
<spring-boot.version>3.2.5</spring-boot.version>
<spring.version>6.1.6</spring.version>

There are critical vulnerability with 6.1.5 that is fixed in 6.1.6
CVE-2024-22243
CVE-2024-22259
CVE-2024-22262

Steps to Reproduce

just pull the image and inspect BOOT-INF/lib seeing
spring-boot-3.2.4.jar
spring-core-6.1.5.jar

Expected Behaviour

spring-boot should be at 3.2.5 and spring should be at 6.1.6

@weiluo8791 weiluo8791 added the bug label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant