Date: Thu, 23 Aug 2001 02:03:03 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/rats Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <200108230903.f7N933Z20798@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
kris 2001/08/23 02:03:03 PDT Modified files: security Makefile Added files: security/rats Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add rats-1.1 This is RATS, a rough auditing tool for security, developed by Secure Software Solutions. It is a tool for scanning source code (C, C++, Perl, and Python) and flagging common security related programming errors such as buffer overflows and TOCTOU (Time Of Check, Time Of Use) race conditions. As its name implies, the tool performs only a rough analysis of source code. It will not find every error and will also find things that are not errors. Manual inspection of your code is still necessary, but greatly aided with this tool. Obtained from: OpenBSD Revision Changes Path 1.222 +2 -1 ports/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108230903.f7N933Z20798>