Hi Chandra,
unfortunately, at the time of writing, it still doesn't exist a version of `testcontainers` free of CVE, as you said.
If you notice, those CVE are transitively imported by apache `common-compress` library.
Considering you mentioned you upgraded `testcontainers`, the workaround you can apply is:
- Exclude apache common-compress library when declaring `testcontainers` dependency in your project pom.xml
- Declare apache common-compress with a version not affected with those CVE (latest version 1.27.1) .
Please keep in mind that some incompatibility may occur (i.e. I'm not aware if any `testcontainers` version is compatible with common-compress version 1.27.1)
Thank you.
------------------------------
Yeser Amer
------------------------------