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

Update Spring Boot to 2.5.3 to address multiple high & critical security issues #37

Merged
merged 8 commits into from
Jul 28, 2021

Conversation

andytinkham
Copy link
Contributor

@andytinkham andytinkham commented Jul 28, 2021

This PR addresses ~60 issues that privy was flagging in the build process. Addressing those issues required updating Spring Framework from the 1.5.10 version we were using up to 2.5.3. That required a code change - findOne became findById and needed an "OrElseThrow()" method call. I also had to add an explicit dependency since the javax.validators.* are no longer implicitly included in the Spring web starter. This PR should probably be squashed and merged.

Copy link
Contributor

@imheresamir imheresamir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you for looking into this!

@andytinkham andytinkham merged commit 7379eb8 into main Jul 28, 2021
@andytinkham andytinkham deleted the fix-vulns branch July 28, 2021 19:29
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