facebookarchive/fbctf

Don't Set MySQL Root Password

Open

#155 geöffnet am 29. Juni 2016

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Hack (1.302 Forks)auto 404
hacktoberfestplatformprovisioning

Repository-Metriken

Stars
 (6.553 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide