pires / go-proxyproto

A Go library implementation of the PROXY protocol, versions 1 and 2.
Apache License 2.0
478 stars 107 forks source link

check v1 header bounds before reading #70

Closed isedev closed 3 years ago

isedev commented 3 years ago

Resolves #69.

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.2%) to 93.947% when pulling f86c392d135bc5267e3565fb122e33339429b7ab on isedev:feature/issue-69 into c4bcea2ffbdf5f83639a15da7cd3b3e1438a29cc on pires:main.

isedev commented 3 years ago

I'll close this PR as the suggested updates don't resolve all problems and I want to base the fix on the commits in #71. I'll submit new fixes shortly.