Skip to content

Update go-proxyproto to v0.6.0

Stan Hu requested to merge sh-update-go-proxyproto into main

From https://github.com/pires/go-proxyproto/releases:

Prevent potentially malicious client(s) from opening connections and not send the proxy protocol header, which could lead to DoS as the server would hold those socket descriptors open indefinitely, eventually running out of resources. The solution is to set a read deadline when waiting for the PROXY protocol header: https://github.com/pires/go-proxyproto/pull/74

Merge request reports