Rough Auditing Tool for Security

From Wikipedia, the free encyclopedia

Some information in this article or section has not been verified and may not be reliable.
Please check for any inaccuracies, and modify and cite sources as needed.

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.

[edit] See also

[edit] External links