Included in Debian stable: http://packages.debian.org/rats
Jari sdesc: "Rough Auditing Tool for Security" ldesc: "The Rough Auditing Tool for Security, is a security auditing utility for C, C++, php, perl, and python code. RATS scans source code, finding potentially dangerous function calls. The goal of rats is not to definitively find bugs (yet), but to provide a reasonable starting point for performing manual security audits. The initial vulnerability database is taken directly from things that could be easily found when starting with the book, "Building Secure Software" by Viega and McGraw." category: Devel Utils requires: cygwin libexpat0 a) manual wget \ http://cygwin.cante.net/rats/rats-2.1-1-src.tar.bz2 \ http://cygwin.cante.net/rats/rats-2.1-1.tar.bz2 \ http://cygwin.cante.net/rats/setup.hint \ b) automatic gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8 mkdir rats ; cd rats rm -f get.sh get.sh.sig wget http://cygwin.cante.net/rats/get.sh \ http://cygwin.cante.net/rats/get.sh.sig && gpg --verify get.sh.sig get.sh && sh get.sh -- Welcome to FOSS revolution: we fix and modify until it shines