-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Description
It has been observed that the email addresses of all registered users are currently visible in the config.yaml file. This presents a security and privacy concern as it exposes user data in a publicly accessible configuration file.
Steps to Reproduce
- Navigate to the
config.yamlfile in the repository. - Observe that the email addresses of registered users are listed and readable.
Expected Behavior
The email addresses of users should not be visible or accessible in any public configuration files. Sensitive data should be securely stored and encrypted to prevent unauthorized access.
Suggested Solution
I recommend implementing one of the following solutions:
- Outsource Configuration to the Database
- Encrypt Personal Information:
Additional Context
Ensuring the privacy and security of user data is crucial for maintaining trust and complying with data protection regulations. The visibility of email addresses in a configuration file poses a significant risk and should be addressed promptly.
@Epiju Do you have any advice on this matter?