Vulnerability scanner which uses the data provided by https://osv.dev
Vulnerability scanner which uses the data provided by https://osv.dev. osv-scanner generates a list of dependencies from a project's lockfiles, SBOMs, container images or installed packages, and matches them against the OSV database of known vulnerabilities.
Vulnerability scanner which uses the data provided by https://osv.dev. osv-scanner generates a list of dependencies from a project's lockfiles, SBOMs, container images or installed packages, and matches them against the OSV database of known vulnerabilities.
To install osv-scanner, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install osv-scanner
To see what files were installed by osv-scanner, run:
port contents osv-scanner
To later upgrade osv-scanner, run:
sudo port selfupdate && sudo port upgrade osv-scanner
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.