Database Password Security Check Doesn't Check All Possible URIs #8833
Labels
bounty:$10
Bounty applies for fixing this issue (Parse Bounty Program)
type:feature
New feature or improvement of existing feature
parse-server/src/Security/CheckGroups/CheckGroupDatabase.js
Line 18 in 2c2563e
Would it be beneficial to also look for
config.databaseURI
if a database adapter is not defined in the configuration object? I do not currently have a database adapter defined in my config (using Postgresql), and when I access the new/security
endpoint, it informs me my password does not meet the minimum requirements. However, it does meet the minimum requirements specified inCheckGroupDatabase.js
.Here is an example that will fail the database password security check when only
config.databaseURI
is specified, but it should pass:The text was updated successfully, but these errors were encountered: