bitrise-steplib / steps-xcode-archive

Xcode Archive for iOS step
MIT License
65 stars 55 forks source link

Error log leaks password #328

Closed sepperousseau closed 9 months ago

sepperousseau commented 1 year ago

Hi,

Today the step failed because my account needed 2FA again. That's ok but if I look into the logs it leaked my password in the logs?

Don't think that should happen? (Version used 4.8.1)

Apple ID authentication failed: The input stream is exhausted., error: command failed with exit status 1 (bundle "exec" "ruby" "main.rb" "--subcommand" "list_dev_certs" "--username" "myemail@gmail.com" "--password" "my-readable-password" "--session"

This was the log said. It logs my password. 😅