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

Service checking most obvious security mistakes in pg_hba.conf #374

Open
Krysztophe opened this issue Jan 23, 2025 · 0 comments
Open

Service checking most obvious security mistakes in pg_hba.conf #374

Krysztophe opened this issue Jan 23, 2025 · 0 comments

Comments

@Krysztophe
Copy link
Collaborator

We could check some obvious security problems in pg_hba_file_rules , eg:

  • existence of trust or password method (CRITICAL)
  • md5 instead of scram (WARNING ?)
  • syntax error in pg_hba.conf (CRITICAL)

Some others could be activated with options (host instead of hostnossl, 0.0.0.0 address…), and a perfectly configurable setup is probably an illusion, but a very basic service would already be already useful.

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

No branches or pull requests

1 participant