facebookarchive/fbctf

Don't Set MySQL Root Password

Open

#155 aberto em 29 de jun. de 2016

Ver no GitHub
 (5 comments) (0 reactions) (0 assignees)Hack (1.302 forks)auto 404
hacktoberfestplatformprovisioning

Métricas do repositório

Stars
 (6.553 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador