cloudfoundry / socks5-proxy

This is a go library for starting a socks5 proxy server via SSH
https://cloudfoundry.org
Apache License 2.0
52 stars 21 forks source link

Switch to go mod and update dependencies #16

Closed rkoster closed 3 years ago

rkoster commented 3 years ago

This PR switches to using go modules. In addition it updates all dependencies to address:

✗ High severity vulnerability found in golang.org/x/crypto/ssh
  Description: Improper Signature Verification
  Info: https://snyk.io/vuln/SNYK-GOLANG-GOLANGORGXCRYPTOSSH-551923
  Introduced through: golang.org/x/crypto/ssh@#b176d7def5d7
  From: golang.org/x/crypto/ssh@#b176d7def5d7
  Fixed in: 0.0.0-20201203163018-be400aefbc4c
friegger commented 3 years ago

@rkoster This can be closed, since automatic version bumping has been introduced with other changes, correct?

rkoster commented 3 years ago

@friegger yes this is no longer needed because of: https://github.com/cloudfoundry/socks5-proxy/commit/47783fe2086db4b1e1e84f3f4c4c46b656432045