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

Update postgrestestinglauncher.ts #97

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

lucioerlan
Copy link

security issue fix

the initDb method has a security problem because it is using the "trust" parameter when initializing the database. This parameter allows any user to connect to the database without providing a password.

To solve this problem you can change the "trust" parameter to a more secure authentication method, such as "password". Then you would need to supply the correct credentials when you initialize the database.

Note that for this solution to work correctly, you also need to create a user with proper permissions on the database and provide your credentials when you connect to the database.

It's a good idea to open an issue first for discussion.

  • Tests pass
  • Appropriate changes to README are included in PR

@rvenables
Copy link
Collaborator

Hiya lucioerlan, do you mind updating the formatting on this one (see eslint for project)?

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.

2 participants