ucam-department-of-psychiatry / crate

Create and use de-identified research databases. Preprocess, extract text, anonymise/de-identify, link, apply natural language processing, query for research, manage consent for contact.
GNU General Public License v3.0
19 stars 7 forks source link

The installer does not url-encode the passwords in SQL Alchemy connection strings #161

Closed martinburchell closed 5 days ago

martinburchell commented 1 month ago

When running the installer, if the user enters a password containing characters that have special meanings such as '@', '?' or '&', this will result in incorrect SQL Alchemy connection URLs being written to the configuration files.