Skip to content

Commit

Permalink
Fix code scanning alert no. 17: Clear-text logging of sensitive infor…
Browse files Browse the repository at this point in the history
…mation

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 7053f9f commit 3b61970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/services/acs/internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 3b61970

Please sign in to comment.