Summary
Docker Scout flagged several fixable CRITICAL/HIGH vulnerabilities in the Go standard library (go1.24.4) linked into the published frankenphp binary, on top of the ones already discussed in #2559.
Found scanning dunglas/frankenphp:1.12.7-php8.5 (via a downstream image built FROM it) with Docker Scout.
Reproduction
docker scout cves dunglas/frankenphp:1.12.7-php8.5 --only-severity critical,high --only-fixed
or with Trivy:
trivy image --scanners vuln --severity CRITICAL,HIGH --ignore-unfixed dunglas/frankenphp:1.12.7-php8.5
Request
Similar to #2559: a Go toolchain bump (or rebuild against a newer go1.24.x/go1.25.x) in the next release would resolve these. Not asking for a dedicated release — just flagging so they're picked up in the next routine build, since they weren't part of the module list discussed in #2559.
Happy to close as a duplicate/false-positive if these are already known to not affect FrankenPHP's actual usage of these stdlib packages, same as the #2559 outcome.
Summary
Docker Scout flagged several fixable CRITICAL/HIGH vulnerabilities in the Go standard library (
go1.24.4) linked into the publishedfrankenphpbinary, on top of the ones already discussed in #2559.golang/stdlib go1.24.4golang/stdlib go1.24.4golang/stdlib go1.24.4golang/stdlib go1.24.4golang/stdlib go1.24.4Found scanning
dunglas/frankenphp:1.12.7-php8.5(via a downstream image builtFROMit) with Docker Scout.Reproduction
or with Trivy:
Request
Similar to #2559: a Go toolchain bump (or rebuild against a newer
go1.24.x/go1.25.x) in the next release would resolve these. Not asking for a dedicated release — just flagging so they're picked up in the next routine build, since they weren't part of the module list discussed in #2559.Happy to close as a duplicate/false-positive if these are already known to not affect FrankenPHP's actual usage of these stdlib packages, same as the #2559 outcome.