diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-23 09:03:03 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-23 09:03:03 +0000 |
commit | d4fe05ed2c9eab4c8b7e34c40f3c3506175f92c0 (patch) | |
tree | 8bda712bc94c56044b9fa9c3174e86aab23d8c85 /security/rats/pkg-comment | |
parent | Add 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/rats/pkg-comment')
-rw-r--r-- | security/rats/pkg-comment | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/rats/pkg-comment b/security/rats/pkg-comment new file mode 100644 index 000000000000..c01d93cfaf98 --- /dev/null +++ b/security/rats/pkg-comment @@ -0,0 +1 @@ +Source code auditing tool |