You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this library with HikariCP and I noticed that when Hikari add a connection to the pool, the connection properties are logged including the password in clear text!
Hi,
I'm using this library with HikariCP and I noticed that when Hikari add a connection to the pool, the connection properties are logged including the password in clear text!
Passwords should not leak.
It can simply be reproduced by this snippet:
It will print out something like this:
connection = CassandraConnection [connectionProperties=... password=password, ..., user=user ...}]
For comparison Oracle driver prints out:
connection oracle.jdbc.driver.T4CConnection@1b90bf7d
The text was updated successfully, but these errors were encountered: