Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure Database Password Security Check Covers All Possible URIs #9077

Conversation

pavan-dulam
Copy link

@pavan-dulam pavan-dulam commented Apr 11, 2024

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.

  • Add tests
  • Add changes to documentation (guides, repository pages, code comments)
  • Add security check
  • Add new Parse Error codes to Parse JS SDK

Copy link

parse-github-assistant bot commented Apr 11, 2024

Thanks for opening this pull request!

@pavan-dulam pavan-dulam deleted the feature/8833-database-password-security-check branch April 11, 2024 09:30
@pavan-dulam pavan-dulam restored the feature/8833-database-password-security-check branch April 11, 2024 09:30
@pavan-dulam pavan-dulam deleted the feature/8833-database-password-security-check branch April 11, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Database Password Security Check Doesn't Check All Possible URIs
1 participant