|
Hello everyone, We're currently using Microcks and have identified several security vulnerabilities in the distributed container images. As part of our investigation, we tested both the microcks and microcks-uber images, including newer tags available in the repository, but we were not able to find versions that fully address the reported vulnerabilities. Could you share whether there is an ongoing effort or a planned release to remediate these vulnerabilities? Is there an estimated timeline for updated images to be published? Some of the vulnerabilities reported by our security scans include:
Any information regarding planned fixes, recommended workarounds, or upcoming releases would be greatly appreciated. Thank you for your support. |
Replies: 1 comment 2 replies
|
Hi @cskita, Thank you for opening the discussion. Glad to read you're using Microcks ;-) The Within a version development iteration (you may check RELEASE.md for more details on our release lifecycle), we typically do at least 2 updates of base libraries and container images
A first RC of Hope it helps! |
Hi @cskita,
Thank you for opening the discussion. Glad to read you're using Microcks ;-)
The
nightlytagged image is the most up-to-date regarding security issues. We're monitoring them using GitHub Dependabot alerts, Quay.io scans, and Docker Scout, and are aware that some libraries or base container images need to be refreshed. Typically, the microcks and microcks-uber should receive updates on Spring Boot (to solve the Tomcat-related CVEs) and on the ubi9-minimal base container image (to solve the Python-related ones).Within a version development iteration (you may check RELEASE.md for more details on our release lifecycle), we typically do at least 2 updates of base libraries and con…