Govulncheck reports known vulnerabilities that affect Go code
Govulncheck reports known vulnerabilities that affect Go code. It uses static analysis of source code or a binary's symbol table to narrow down reports to only those that could affect the application.
Govulncheck reports known vulnerabilities that affect Go code. It uses static analysis of source code or a binary's symbol table to narrow down reports to only those that could affect the application.
To install govulncheck, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install govulncheck
To see what files were installed by govulncheck, run:
port contents govulncheck
To later upgrade govulncheck, run:
sudo port selfupdate && sudo port upgrade govulncheck
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.