Go vulnerability checker
Go team introduced a tool for finding vulnerabilities in third-party dependencies last week - govulncheck
. It's similar to npm audit
we use for the UI dependencies.
We should integrate it with our build system. It can be helpful to improve the Stork security.