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

Chore: bump github.com/pires/go-proxyproto from 0.5.0 to 0.6.0 #1132

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 12, 2021

Bumps github.com/pires/go-proxyproto from 0.5.0 to 0.6.0.

Release notes

Sourced from github.com/pires/go-proxyproto's releases.

v0.6.0

Bugfixes

None

Improvements

  • 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 (#74) thanks a lot to @​unmarshal
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/pires/go-proxyproto](https://github.com/pires/go-proxyproto) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/pires/go-proxyproto/releases)
- [Commits](pires/go-proxyproto@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: github.com/pires/go-proxyproto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 12, 2021
@codecov-commenter
Copy link

codecov-commenter commented Jul 12, 2021

Codecov Report

Merging #1132 (560954f) into master (91a2286) will increase coverage by 0.79%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1132      +/-   ##
==========================================
+ Coverage   43.89%   44.68%   +0.79%     
==========================================
  Files         485      484       -1     
  Lines       25046    29464    +4418     
==========================================
+ Hits        10994    13167    +2173     
- Misses      12708    14887    +2179     
- Partials     1344     1410      +66     
Impacted Files Coverage Δ
transport/internet/udp/dispatcher.go 64.76% <0.00%> (-12.25%) ⬇️
app/dispatcher/stats.go 42.85% <0.00%> (-7.15%) ⬇️
common/log/log.pb.go 58.53% <0.00%> (-7.09%) ⬇️
transport/internet/udp/hub_other.go 60.00% <0.00%> (-6.67%) ⬇️
proxy/trojan/config.go 59.09% <0.00%> (-5.62%) ⬇️
app/log/config.pb.go 36.95% <0.00%> (-5.51%) ⬇️
common/protocol/headers.pb.go 31.57% <0.00%> (-4.49%) ⬇️
proxy/freedom/config.pb.go 34.71% <0.00%> (-4.47%) ⬇️
common/net/destination.pb.go 42.25% <0.00%> (-4.42%) ⬇️
common/protocol/server_spec.pb.go 41.42% <0.00%> (-4.34%) ⬇️
... and 475 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 91a2286...560954f. Read the comment docs.

@kslr kslr merged commit 236a7cc into master Jul 13, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/pires/go-proxyproto-0.6.0 branch July 13, 2021 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants