-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed as duplicate
Labels
Description
Module
Core
Testcontainers version
1.20.4
Using the latest Testcontainers version?
Yes
Host OS
macOS
Host Arch
arm
Docker version
N/AWhat happened?
testcontainers shades in docker-java and all its transitive deps.
docker-java uses old versions of deps with vulns:
- Upgrade Guava to resolve CVE-2020-8908 docker-java/docker-java#2370
- Upgrade Apache Commons Compress to resolve CVE-2024-25710 docker-java/docker-java#2369
- Upgrade Apache Commons IO to resolve CVE-2024-47554 docker-java/docker-java#2368
testcontainers should force upgrade these transitive deps to the latest commons-io, commons-compress, guava and any other shaded dep to pick up vuln fixes.
Relevant log output
Additional Information
No response