docker-mautic
docker-mautic copied to clipboard
Security issue password should be masked in log file
There is no good reason to log the database password into a log file. The culprit is lines like these:
echo >&2 "Database Password: $MAUTIC_DB_PASSWORD"
Reference doc: https://cheatsheetseries.owasp.org/cheatsheets/Logging_Cheat_Sheet.html#data-to-exclude
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
There's also a confusing note about the password above that, saying it should be empty?