mirror of
https://github.com/moby/buildkit.git
synced 2026-08-09 01:01:08 +00:00
Ref and rootfs helpers may read paths supplied by frontends or build outputs. Reject non-regular files before reading them into memory so device and FIFO paths cannot feed no-EOF streams into parsers or bundle injection logic. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>