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

[stable28] fix(DB): Sanitize host parameter for postgres databases when IPv6 address is passed #44461

Merged
merged 1 commit into from
Apr 17, 2024

Commits on Mar 25, 2024

  1. fix(DB): Sanitize host parameter for postgres databases when IPv6 a…

    …ddress is passed
    
    Doctrine is using `pg_connect` with the `host` parameter, this does not allow IPv6 addresses in URI notation.
    So we need to extract the IP address and pass it directly
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2cabc70 View commit details
    Browse the repository at this point in the history