Use mcdsl/terminal for all password prompts

Replace direct golang.org/x/term calls with mcdsl/terminal.ReadPassword
across mciasctl (6 sites), mciasgrpcctl (1 site), and mciasdb (1 site).
Aligns with the new CLI security standard in engineering-standards.md.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-28 11:40:11 -07:00
parent e4220b840e
commit 5b5e1a7ed6
142 changed files with 10241 additions and 7788 deletions

View File

@@ -2427,6 +2427,19 @@ TEXT ·Y__builtin_popcountl(SB),$24-20
MOVL AX, _2+16(FP)
RET
// func Y__builtin_popcountll(t *TLS, x uint64) (_2 int32)
TEXT ·Y__builtin_popcountll(SB),$24-20
GO_ARGS
NO_LOCAL_POINTERS
MOVQ t+0(FP), AX
MOVQ AX, 0(SP)
MOVQ x+8(FP), AX
MOVQ AX, 8(SP)
CALL ·X__builtin_popcountll(SB)
MOVL 16(SP), AX
MOVL AX, _2+16(FP)
RET
// func Y__builtin_prefetch(t *TLS, addr, args uintptr)
TEXT ·Y__builtin_prefetch(SB),$24-24
GO_ARGS
@@ -25118,11 +25131,11 @@ TEXT ·Ystrlcpy(SB),$40-40
MOVQ AX, r+32(FP)
RET
// func Ystrlen(tls *TLS, s uintptr) (r Tsize_t)
// func Ystrlen(t *TLS, s uintptr) (r Tsize_t)
TEXT ·Ystrlen(SB),$24-24
GO_ARGS
NO_LOCAL_POINTERS
MOVQ tls+0(FP), AX
MOVQ t+0(FP), AX
MOVQ AX, 0(SP)
MOVQ s+8(FP), AX
MOVQ AX, 8(SP)