Container security scans (via Trivy) are flagging multiple high-severity vulnerabilities within the compiled /usr/local/bin/dockerize binary.
These vulnerabilities do not appear to be flaws in the dockerize codebase itself, but rather stem from the binary being compiled with an outdated version of the Go standard library (v1.25.12).
Vulnerability Details (from Trivy scan)
The following CVEs are currently impacting downstream projects relying on this binary:
could please trigger a new build and release of the dockerize binary compiled with Go version 1.25.13 or higher .
Container security scans (via Trivy) are flagging multiple high-severity vulnerabilities within the compiled
/usr/local/bin/dockerizebinary.These vulnerabilities do not appear to be flaws in the
dockerizecodebase itself, but rather stem from the binary being compiled with an outdated version of the Go standard library (v1.25.12).Vulnerability Details (from Trivy scan)
The following CVEs are currently impacting downstream projects relying on this binary:
could please trigger a new build and release of the
dockerizebinary compiled with Go version 1.25.13 or higher .