Program that examines source code and reports possible security weaknesses (``flaws'') sorted by risk level. It's very useful for quickly finding and removing at least some potential security problems before a program is widely released to the public.
Program that examines source code and reports possible security weaknesses (``flaws'') sorted by risk level. It's very useful for quickly finding and removing at least some potential security problems before a program is widely released to the public.
To install flawfinder, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install flawfinder
To see what files were installed by flawfinder, run:
port contents flawfinder
To later upgrade flawfinder, run:
sudo port selfupdate && sudo port upgrade flawfinder
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.