mirror of
https://github.com/moby/buildkit.git
synced 2026-08-09 09:11:45 +00:00
It's possible for a git url to contain encoded credentials - even though this practice is not recommended. For safety, we attempt to censor the credentials before putting them into cache descriptions and error messages. However, we were previously missing one of these, and we would put an uncensored git url into the git checkout snapshot cache ref description. Signed-off-by: Justin Chadwell <me@jedevc.com>