facebookarchive/fbctf

Don't Set MySQL Root Password

Open

#155 aperta il 29 giu 2016

Vedi su GitHub
 (5 commenti) (0 reazioni) (0 assegnatari)Hack (1302 fork)auto 404
hacktoberfestplatformprovisioning

Metriche repository

Star
 (6553 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor