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
Steps to reproduce: docker run -it --pull=always --platform=linux/amd64 --rm php:fpm-alpine3.16 apk info curl
Output:
fpm-alpine3.16: Pulling from library/php
Digest: sha256:89881cd27b91a91881bc782a29508fbe327ceeb12bff7bdd07c1b5ba9970c838
Status: Image is up to date for php:fpm-alpine3.16
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.16/main: No such file or directory
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.16/community: No such file or directory
curl-7.83.1-r1 description:
URL retrival utility and library
curl-7.83.1-r1 webpage:
https://curl.se/
curl-7.83.1-r1 installed size:
256 KiB
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).
Hi Team,
Issue: the docker image of
php:fpm-alpine3.16
(https://hub.docker.com/layers/php/library/php/fpm-alpine3.16/images/sha256-a35b951f68dfc3183dd7f9451c6cd21ef2ab5de4ab48bb0e4aac15d8c2cba6ff?context=explore) contains a critical CVE vulnerability found in curl-7.83.1-r1, showing in a Prisma scan job.When are we updating
curl
to >= 7.84.0 for https://github.com/docker-library/php/blob/master/7.4/alpine3.16/cli/Dockerfile#L25?docker run -it --pull=always --platform=linux/amd64 --rm php:fpm-alpine3.16 apk info curl
libcurl
: https://github.com/curl/curl/releases/tag/curl-7_84_0The text was updated successfully, but these errors were encountered: