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

Remove dependency on org.springframework.build/aws-maven? #61

Open
pmonks opened this issue Nov 2, 2023 · 0 comments
Open

Remove dependency on org.springframework.build/aws-maven? #61

pmonks opened this issue Nov 2, 2023 · 0 comments

Comments

@pmonks
Copy link
Contributor

pmonks commented Nov 2, 2023

deps-deploy indirectly depends on org.springframework.build/[email protected], via s3-wagon-private/[email protected], but this is problematic for a couple of reasons:

  1. The org.springframework.build/aws-maven project was deprecated in 2019
  2. It has a vulnerability via its dependencies - CVE-2017-5929, and the last released version (5.0.0-RELEASE) has more
  3. This library includes a logback.xml file in the deployed JAR (a nasty anti-pattern), which interferes with downstream consumers who wish to provide their own LogBack configuration

I don't know enough about s3-wagon-private/s3-wagon-private to be able to suggest alternatives, but perhaps it has a newer version that uses a less problematic dependency?

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

No branches or pull requests

1 participant