Merge pull request #340 from OktopUSP/autofix/alert-17-adf18faa00
Fix code scanning alert no. 17: Clear-text logging of sensitive information
This commit is contained in:
commit
11db4b49a4
|
|
@ -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