As best practice we update dependencies to avoid vulnerabilities (even though this is spec).
go list -json -deps ./... | nancy sleuth still shows a vulnerability on go-ethereum but we are using the latest version (anyhow the concern is irrelevant to us).
Description
As best practice we update dependencies to avoid vulnerabilities (even though this is spec).
go list -json -deps ./... | nancy sleuth
still shows a vulnerability on go-ethereum but we are using the latest version (anyhow the concern is irrelevant to us).