facebookarchive/fbctf

Don't Set MySQL Root Password

Open

#155 opened on 2016年6月29日

GitHub で見る
 (5 comments) (0 reactions) (0 assignees)Hack (1,302 forks)auto 404
hacktoberfestplatformprovisioning

Repository metrics

Stars
 (6,553 stars)
PR merge metrics
 (PR metrics pending)

説明

When doing the configuration for production, the setup script sets the MYSQL Password and the 'ctf' user password.

The 'ctf' user by default has the password 'ctf', as well, which might be insecure.

Ideally, these credentials should be generated randomly and given to the setup to be used.

コントリビューターガイド