MISP / x_old_misp_docker

MISP Docker (XME edition)
283 stars 167 forks source link

Security Worst Practice: MYSQL_PASSWORD logged in cleartext #164

Open Daniel-CS-Team opened 1 year ago

Daniel-CS-Team commented 1 year ago

When starting the misp-docker container, the environment variable MYSQL_PASSWORD is logged in cleartext. I did not set any debug-flags as far as I am aware and this is the only environment variable that is logged.

Clearly, it is not a good practice to log secrets in cleartext, so hopefully this is fixed quickly.