Path to this page:
Subject: CVS commit: pkgsrc/devel
From: Benny Siegert
Date: 2023-07-23 11:58:36
Message id: 20230723095837.00D8AFBDB@cvs.NetBSD.org
Log Message:
New package, govulncheck-1.0.0.
Govulncheck is a low-noise tool that helps you find and fix vulnerable
dependencies in your Go projects. It does this by scanning your
project's dependencies for known vulnerabilities and then identifying
any direct or indirect calls to those vulnerabilities in your code.
To run govulncheck inside your module, run:
govulncheck ./...
Files: