Fix code scanning alert no. 17: Clear-text logging of sensitive information
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
parent
7053f9fea4
commit
3b61970bfa
|
|
@ -83,7 +83,7 @@ func NewConfig() *Config {
|
|||
|
||||
ctx := context.TODO()
|
||||
|
||||
log.Printf("Connection Request User: %q and Password: %q", *connReqUser, *connReqPasswd)
|
||||
log.Printf("Connection Request User: %q", *connReqUser)
|
||||
|
||||
return &Config{
|
||||
Nats: Nats{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user