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

Fix: Issue #1577. It is currently possible to leak information into logs from errors #1578

Closed
wants to merge 1 commit into from

Commits on Oct 11, 2019

  1. Fix: Issue pgjdbc#1577. It is currently possible to leak information …

    …into logs from
    
    errors. The server will send parameter values in the DETAIL server error message
    Adding a log_detail property which if set to false will omit the DETAIL part of the
    ServerErrorMessage.
    While this won't stop all data from leaking it does provide a first pass.
    
    Note this setting once set will be set for all connections in the JVM as this is a static
    variable in the Driver.
    davecramer committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    3c425ba View commit details
    Browse the repository at this point in the history