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
There is a vulnerability issue with php:<version>-apache images. The alpine variants are not reporting any vulnerabilities but apache based image are reporting vulnerability issue. The below is the result which I got after scanning the image using docker scan php:8.0.10-apache-buster. Are there any other secure options for php + apache?
Package manager: deb
Project name: docker-image|php
Docker image: php:apache-buster
Platform: linux/amd64
Base image: php:8.0.10-apache-buster
Tested 176 dependencies for known vulnerabilities, found 172 vulnerabilities.
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).
There is a vulnerability issue with
php:<version>-apache
images. The alpine variants are not reporting any vulnerabilities but apache based image are reporting vulnerability issue. The below is the result which I got after scanning the image usingdocker scan php:8.0.10-apache-buster
. Are there any other secure options for php + apache?The text was updated successfully, but these errors were encountered: