RATS is a tool for scanning C, Perl, PHP and Python source code and flagging common security related programming errors such as buffer overflows and TOCTOU (Time Of Check, Time Of Use) race conditions.
RATS is a tool for scanning C, Perl, PHP and Python source code and flagging common security related programming errors such as buffer overflows and TOCTOU (Time Of Check, Time Of Use) race conditions.
To install rats, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rats
To see what files were installed by rats, run:
port contents rats
To later upgrade rats, run:
sudo port selfupdate && sudo port upgrade rats
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.