Closed 76creates closed 1 year ago
e.err.Error() can contain passwords on line: https://github.com/jackc/pgconn/blob/e82f7d1fadf5970c308d0502d196783e72467178/errors.go#L102
e.err.Error()
My password contained %S in it, could be useful for testing.
%S
The error messages are redacted on a best effort basis. See redactPW. However, since the connection string could not be parsed it can only be on a best effort basis.
redactPW
Fair enough, I will close this one, thanks!
e.err.Error()
can contain passwords on line: https://github.com/jackc/pgconn/blob/e82f7d1fadf5970c308d0502d196783e72467178/errors.go#L102My password contained
%S
in it, could be useful for testing.