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

Upgrade vulnerable dependencies using constraints #208

Merged
merged 2 commits into from
Nov 29, 2024

Conversation

britter
Copy link
Member

@britter britter commented Nov 29, 2024

There are four security related dependabot alerts reported against this
project, two coming from a transative Guava dependency that is pulled in
via Checkstyle and two coming from commons-io which is pulled in by
exemplar. None of these alerts could affect consumer builds that apply
this plugin, because the vulnerable dependencies are only used at build
time. This pull request defined version constraints to upgrade both
vulnerable dependencies to their latest versions, that way fixing the
dependabot alerts.

There are four security related dependabot alerts reported against this
project, two coming from a transative Guava dependency that is pulled in
via Checkstyle and two coming from commons-io which is pulled in by
exemplar. None of these alerts could affect consumer builds that apply
this plugin, because the vulnerable dependencies are only used at build
time. This pull request defined version constraints to upgrade both
vulnerable dependencies to their latest versions, that way fixing the
dependabot alerts.
@britter britter requested a review from jjohannes November 29, 2024 12:14
@britter britter merged commit 56fc120 into main Nov 29, 2024
2 checks passed
@britter britter deleted the fix-dependabot-alerts branch November 29, 2024 13:11
@britter britter restored the fix-dependabot-alerts branch December 2, 2024 14:45
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