A Terminal UI for browsing security vulnerabilities (CVEs)
flawz is a Terminal User Interface (TUI) for browsing the security vulnerabilities (also known as CVEs). As default it uses the vulnerability database (NVD) from NIST and provides search and listing functionalities in the terminal with different theming options.
flawz is a Terminal User Interface (TUI) for browsing the security vulnerabilities (also known as CVEs). As default it uses the vulnerability database (NVD) from NIST and provides search and listing functionalities in the terminal with different theming options.
To install flawz, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install flawz
To see what files were installed by flawz, run:
port contents flawz
To later upgrade flawz, run:
sudo port selfupdate && sudo port upgrade flawz
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.