erintheunready / ComicControl

The main repo for ComicControl Development.
24 stars 6 forks source link

DB password input not sanitized in instalation phase #24

Open yue-dominik opened 2 years ago

yue-dominik commented 2 years ago

It seems that the password input, and quite possibly other inputs as well aren't sanitized.

I had a $ inside my password for the db user and due to that the connection to db was failing and in the error log it clearly showed that the password is cutoff at the place where $ is.