databacker / mysql-backup

image to enable automated backups of mysql databases in containers
636 stars 178 forks source link

Does this github repo have database account security issues? #237

Open JasonDylan opened 10 months ago

JasonDylan commented 10 months ago

I just discovered this treasure code repo, and I haven’t finished reading it yet. I would like to ask those who have finished reading it, if there is a backdoor in this code, will it leak our database account password?

deitch commented 10 months ago

I haven't done any formal analysis of it. I'd be happy if someone wanted to do so.

It's about to be switched to go based, so it will be a single binary (as opposed to the current set of scripts). That might make it easier to analyse.

Either way, happy to have someone do so.