bitnami / wait-for-port

CLI tool for waiting until a TCP port reaches the desired state
https://bitnami.com
Apache License 2.0
39 stars 11 forks source link

Requesting a release with changes in master #6

Closed shrutimehta2812 closed 3 years ago

shrutimehta2812 commented 3 years ago

bitnami/wait-for-port version v1.0 has Go version 1.9 which has critical vulnerabilities. The master bitnami/wait-for-port has the version of Go updated to v1.16 which fixes some of the vulnerabilities. change ref : https://github.com/bitnami/wait-for-port/blob/9b30a4e89da0901fdbcab7e5d3d11ae5e7367b49/go.mod#L3

Can you please create a newer release version with the changes in master.

pablogalegoc commented 3 years ago

Thanks for bringing this to our attention @shrutimehta2812

jotamartos commented 3 years ago

Hi @shrutimehta2812 ,

As I just mentioned in the Redis issue you opened, this tool was updated to use the latest Go version and the Redis solution was updated too to include the latest version of this tool.

Thanks for taking the time to report this issue.

shrutimehta2812 commented 3 years ago

Hi @jotamartos ,

Thank you for fixing the issue.