Fix code scanning alert no. 55: 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:
Sanaei 2024-09-27 13:05:05 +02:00 committed by GitHub
parent ac08e86747
commit f9b0e5f3cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -150,7 +150,7 @@ func showSetting(show bool) {
fmt.Println("current panel settings as follows:")
fmt.Println("username:", username)
fmt.Println("password:", userpasswd)
fmt.Println("password: [REDACTED]")
fmt.Println("port:", port)
if webBasePath != "" {
fmt.Println("webBasePath:", webBasePath)