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 to aws-java-sdk 1.12.638+ to resolve CVE-2024-21634) #477

Open
antonmos opened this issue Jan 19, 2024 · 3 comments
Open

update to aws-java-sdk 1.12.638+ to resolve CVE-2024-21634) #477

antonmos opened this issue Jan 19, 2024 · 3 comments

Comments

@antonmos
Copy link

Per aws/aws-sdk-java#3077, latest AWS SDK remove dependency on software.amazon.ion/ion-java that had the cause of CVE.

@shahceg
Copy link

shahceg commented Feb 6, 2024

can this be prioritised as the sdk has already integrated this?

@speque
Copy link

speque commented Jun 11, 2024

This would be a very nice upgrade.

@joekiller
Copy link
Contributor

There's no reason why you cannot override your specific versions or exclude a dependency with an :exclusions clause.

:dependencies [
  [amazonica 0.3.167 :exclusions [software.amazon.ion/ion-java]]
  [com.amazonaws/aws-java-sdk-core 1.12.638 :exclusions [software.amazon.ion/ion-java]]
]

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

4 participants