Open ngosang opened 2 years ago
Thank you for the report.
There's a lot here for me to process; for instance I thought the tags were automatically rebuilt whenever any of the included/dependency images got updated. For another matter, a lot of the automated tools that I used to have access to through Docker Hub seem to be gone and moved to a more expensive service tier.
So thank you for the report, and I apologize that I don't have an immediate response, but I will begin looking into this and see if I can get to the bottom of it.
phpmyadmin 5.1.2 is out
Yes, that's true. However, 5.1.3 will be released soon; in order to reduce the load on the folks who maintain the official Docker images we decided to delay the pull request to update the Docker image.
As far as the "community" repository at phpmyadmin/phpmyadmin, the recent changes to Docker Hub's service tiers have impacted our ability to programmatically trigger builds, so we are evaluating whether we should discontinue that repository or what the best way is to adapt moving forward.
In the mean time, you can use this repository directly to get the newer version if that's of critical importance.
Thank you for pointing this out; it's a known issue.
GitHub has his own Docker Registry without any limits. I maintain several projects and I release the Docker images in both registries with this GitHub Action. https://github.com/ngosang/urbackup-exporter/blob/master/.github/workflows/release-docker.yml
NOTE: With that file I building 2 Docker images (Alpine and Debian) for 8 OS architectures each one = 16 docker images. Then I publishing all of them in DockerHub and GHCR. 32 Docker images in total.
https://hub.docker.com/r/ngosang/urbackup-exporter/tags https://github.com/ngosang/urbackup-exporter/pkgs/container/urbackup-exporter
I did run this today, except slim/psr7
that will be fixed in 5.2.2 there is nothing we can do.
Still good to know
grype phpmyadmin:5.2.1 | grep -v -F "Negligible" | grep -v -F "won't fix" | grep -v -F "GHSA-rpcf-p37j-wm4j"
✔ Vulnerability DB [no update available]
✔ Loaded image phpmyadmin:5.2.1
✔ Parsed image sha256:47a64b267aa29b57ee64d150ff06cefa1f418d69cb9be268774d42e333a5b9c3
✔ Cataloged packages [258 packages]
✔ Scanned for vulnerabilities [307 vulnerabilities]
├── 1 critical, 18 high, 30 medium, 6 low, 246 negligible (6 unknown)
└── 2 fixed
NAME INSTALLED FIXED-IN TYPE VULNERABILITY SEVERITY
libphp 8.2.8 binary CVE-2007-4596 High
libphp 8.2.8 binary CVE-2007-3205 Medium
libphp 8.2.8 binary CVE-2007-2728 Medium
libproc2-0 2:4.0.2-3 deb CVE-2023-4016 Low
linux-libc-dev 6.1.38-1 deb CVE-2023-4004 High
linux-libc-dev 6.1.38-1 deb CVE-2023-3776 High
linux-libc-dev 6.1.38-1 deb CVE-2023-3640 High
linux-libc-dev 6.1.38-1 deb CVE-2023-3611 High
linux-libc-dev 6.1.38-1 deb CVE-2023-35827 High
linux-libc-dev 6.1.38-1 deb CVE-2023-2176 High
linux-libc-dev 6.1.38-1 deb CVE-2021-3864 High
linux-libc-dev 6.1.38-1 deb CVE-2021-3847 High
linux-libc-dev 6.1.38-1 deb CVE-2023-4010 Medium
linux-libc-dev 6.1.38-1 deb CVE-2023-3863 Medium
linux-libc-dev 6.1.38-1 deb CVE-2023-3773 Medium
linux-libc-dev 6.1.38-1 deb CVE-2023-3772 Medium
linux-libc-dev 6.1.38-1 deb CVE-2023-37454 Medium
linux-libc-dev 6.1.38-1 deb CVE-2023-37453 Medium
linux-libc-dev 6.1.38-1 deb CVE-2023-31083 Medium
linux-libc-dev 6.1.38-1 deb CVE-2023-31082 Medium
linux-libc-dev 6.1.38-1 deb CVE-2023-2898 Medium
linux-libc-dev 6.1.38-1 deb CVE-2023-2430 Medium
linux-libc-dev 6.1.38-1 deb CVE-2023-23005 Medium
linux-libc-dev 6.1.38-1 6.1.38-2 deb CVE-2023-20593 Medium
linux-libc-dev 6.1.38-1 deb CVE-2023-1206 Medium
linux-libc-dev 6.1.38-1 deb CVE-2023-0597 Medium
linux-libc-dev 6.1.38-1 deb CVE-2023-0160 Medium
linux-libc-dev 6.1.38-1 deb CVE-2020-36694 Medium
linux-libc-dev 6.1.38-1 deb CVE-2023-3397 Unknown
linux-libc-dev 6.1.38-1 deb CVE-2023-1194 Unknown
linux-libc-dev 6.1.38-1 deb CVE-2023-1193 Unknown
linux-libc-dev 6.1.38-1 deb CVE-2023-1192 Unknown
php-cli 8.2.8 binary CVE-2007-4596 High
php-cli 8.2.8 binary CVE-2007-3205 Medium
php-cli 8.2.8 binary CVE-2007-2728 Medium
procps 2:4.0.2-3 deb CVE-2023-4016 Low
slim/psr7 1.4 1.4.1 php-composer GHSA-q2qj-628g-vhfw Medium
Critical vulnerabilities in Docker image phpmyadmin:5.1.1
Maybe you should add a "vulnerability bot" or something to check that periodically.
https://github.com/anchore/grype