summaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-08-23 09:03:03 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-08-23 09:03:03 +0000
commitd4fe05ed2c9eab4c8b7e34c40f3c3506175f92c0 (patch)
tree8bda712bc94c56044b9fa9c3174e86aab23d8c85 /security/Makefile
parentAdd pstree 2.16, a frontend to ps(1) which displays the process tree as (diff)
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
Notes
Notes: svn path=/head/; revision=46693
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 7ac219faec3b..26b140815ccc 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -151,6 +151,7 @@
SUBDIR += racoon
SUBDIR += radiusniff
SUBDIR += rain
+ SUBDIR += rats
SUBDIR += rid
SUBDIR += rsaref
SUBDIR += ruby-acl