diff options
author | kris <kris@FreeBSD.org> | 2001-08-23 09:03:03 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-08-23 09:03:03 +0000 |
commit | babdbc6e21b1bce38a83a94d9095685732d090d8 (patch) | |
tree | 0a5e1dd36444c161936d66437292ec76163818bf /security/rats/pkg-descr | |
parent | c639c24f5c8af21e57e5d4e1c9c6fb76bf992abb (diff) | |
download | FreeBSD-ports-babdbc6e21b1bce38a83a94d9095685732d090d8.zip FreeBSD-ports-babdbc6e21b1bce38a83a94d9095685732d090d8.tar.gz |
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
Diffstat (limited to 'security/rats/pkg-descr')
-rw-r--r-- | security/rats/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/rats/pkg-descr b/security/rats/pkg-descr new file mode 100644 index 0000000..85fcef1 --- /dev/null +++ b/security/rats/pkg-descr @@ -0,0 +1,11 @@ +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. + +WWW: http://www.securesw.com/rats/ |