buildah icon indicating copy to clipboard operation
buildah copied to clipboard

Move `cmd/buildah/passwd.go` to `tests/`

Open mtrmac opened this issue 9 months ago • 1 comments

cmd/buildah/passwd.go adds a hidden, undocumented, buildah passwd command.

This was added in https://github.com/containers/buildah/pull/3894 and it is used to set up a test environment.

We don’t need to ship this subcommand (and the Bcrypt implementation, which seems to have no other users in the binary) to users; removing that would save a few bytes per user, and simplify our analysis (e.g. about using FIPS-unapproved algorithms).

mtrmac avatar May 21 '25 16:05 mtrmac

A friendly reminder that this issue had no activity for 30 days.

github-actions[bot] avatar Jun 21 '25 00:06 github-actions[bot]