parse-community / parse-server

Parse Server for Node.js / Express
https://parseplatform.org
Apache License 2.0
20.7k stars 4.76k forks source link

Ensure Database Password Security Check Covers All Possible URIs #9077

Closed pavan-dulam closed 2 months ago

pavan-dulam commented 2 months ago

Pull Request

Issue

Closes: #8833

Approach

Addressed issue #8833 where the database password security check was not checking all possible URIs. Updated the CheckGroupDatabase class to handle cases where the database adapter is not defined in the configuration object, ensuring compatibility with configurations that use config.databaseURI instead. Added error handling with descriptive error messages for password security requirements. Updated issue tracker accordingly.

parse-github-assistant[bot] commented 2 months ago

Thanks for opening this pull request!