Rough Auditing Tool for Security
From Wikipedia, the free encyclopedia
Rough Auditing Tool for Security (RATS) is an automated code review tool, provided by Secure Software Inc. It scans C, 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. The tool performs a rough analysis of the source code.
RATS is free software. It means - one can copy, distribute, and modify it under the terms of the GNU General Public License.