You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mysql docker image we are using mysql:5 appears to be using the package github.com/opencontainers/runc which has the following known issue - CVE-2022-29162
The suggested fix is to update the package to version 1.1.2
The text was updated successfully, but these errors were encountered:
$ docker run -it --rm mysql:5 bash
root@8d23b92002c9:/# apt list --installed | grep -i runc
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
root@8d23b92002c9:/#
A CVE doesn't imply having an actual vulnerability, and often is even a false positive (given how most distributions handle versioning/security updates in stable releases). If there are actionable items we can resolve, we're happy to do so (and do so actively). We update all Debian based images to include any updates in apt packages at least monthly (we regenerate the base images and then rebuild all dependent images).
The mysql docker image we are using
mysql:5
appears to be using the packagegithub.com/opencontainers/runc
which has the following known issue - CVE-2022-29162The suggested fix is to update the package to version 1.1.2
The text was updated successfully, but these errors were encountered: