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

avoid commons-compress CVEs #1988

Open
davidkarlsen opened this issue Aug 9, 2024 · 1 comment
Open

avoid commons-compress CVEs #1988

davidkarlsen opened this issue Aug 9, 2024 · 1 comment
Labels

Comments

@davidkarlsen
Copy link

Describe the bug

INFO] +- com.playtika.testcontainers:embedded-azurite:jar:3.1.7:test
[INFO] |  +- com.playtika.testcontainers:testcontainers-common:jar:3.1.7:test
[INFO] |  +- com.playtika.testcontainers:embedded-toxiproxy:jar:3.1.7:test
[INFO] |  |  \- org.testcontainers:toxiproxy:jar:1.19.8:test
[INFO] |  |     \- eu.rekawek.toxiproxy:toxiproxy-java:jar:2.1.7:test
[INFO] |  +- org.testcontainers:testcontainers:jar:1.19.8:test
[INFO] |  |  +- junit:junit:jar:4.13.2:test
[INFO] |  |  |  \- org.hamcrest:hamcrest-core:jar:2.2:test
[INFO] |  |  +- org.apache.commons:commons-compress:jar:1.24.0:test
[INFO] |  |  +- org.rnorth.duct-tape:duct-tape:jar:1.0.8:test
[INFO] |  |  |  \- org.jetbrains:annotations:jar:17.0.0:runtime

this has several vulns which are tied to
CVE-2024-26308

Expected behavior
A clear and concise description of what you expected to happen.

Enviroment (please complete the following information):

  • OS name : [e.g. MacOS]
  • Docker Version: [e.g. 20.10.24]

Module (please complete the following information):

  • Module Name [e.g. embedded-aerospike]
  • Module Version [e.g. 3.0.0]
  • Docker Image Name (if use custom): [e.g. aerospike:ce-6.2.0.2]

Additional context
Add any other context about the problem here.

@Fameing
Copy link
Collaborator

Fameing commented Aug 12, 2024

related to testcontainers/testcontainers-java#8338 (comment)

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

2 participants